@charset "utf-8";
/* CSS Document */

/*----------------------------------------------*/
table a:link { color: #333333; text-decoration: underline; font-weight: normal; }
table a:visited { color: #333333; text-decoration: underline; font-weight: normal;}
table a:hover { color: #333333;  text-decoration: underline; font-weight: normal;}
table a:active { color: #333333; text-decoration: underline; font-weight: normal;}

H2 a:link { color: #FF0000; text-decoration: underline; font-weight: bold; }
H2 a:visited { color: #FF0000; text-decoration: underline; font-weight: bold;}
H2 a:hover { color: #820003;  text-decoration: underline; font-weight: bold;}
H2 a:active { color: #FF0000; text-decoration: underline; font-weight: bold;}



/*----------------------------*/

body {
	margin: 0;
}

P { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 7px auto 10px 25px;
	font-size: 12px;
	color: #333333;
    width: 700px;
    letter spacing: 1px;
}
	
H2 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #FF0000;
    font-weight: bold;
	margin: 10px auto 10px 15px;
}

H1 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #FF0000;
    font-weight: bold;
	margin: 10px auto 0 15px;
}

BODY { 
	margin: 0;
	background: #4C4C4C url(../content/bg.jpg) repeat-x ;
}

.layout {
	margin: 0 auto 20px auto;
	padding: 0;	
	background: #fff;
}

img { 
     border: 0;
	 padding: 0;
}


table {
	width: 780px;
	font-weight: normal;
	margin: 10px auto auto 15px;
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;	
	background: #fff url(../content/table_bg.jpg) bottom right no-repeat;
}



td { 
	height: 17px;
	vertical-align: top;
}

.input {
	width: 337px;
	background: url(../content/input.gif) no-repeat; 
	border: none;
	border-style: hidden;
	text-indent: 1px;
	font-weight: bold;
	color: #333;
	margin-bottom:  5px;
}

.input2 {
	width: 155px;
	background: url(../content/input2.gif) no-repeat; 
	border: none;
	border-style: hidden;
	text-indent: 1px;
	font-weight: bold;
	color: #333;
	margin-bottom:  5px;
}

TEXTAREA { 
    background: url(../content/textarea.gif) no-repeat;
	overflow-y:hidden;
    border-style: none;
	height: 109px;
	width: 337px;
	font-weight: bold;
	color: #333;
	margin-bottom:  5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#DropMenu {	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	font-weight: bold;
	background-color: #CCCCCC;
}

.send {
    background: url(../content/send.jpg) no-repeat;
	border-style: none;
	height: 26px;
	width: 69px;
	font-weight: bold;
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.reset {
    background: url(../content/reset.jpg) no-repeat;
	border-style: none;
	height: 26px;
	width: 79px;
	font-weight: bold;
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
	/*scrollbar[orient="horizontal"] { display: none !important; }
     
}*/
	
#fields {
	overflow: hidden;
	margin-left: 4px;
	float: left;
	background: url(../content/bg2.jpg) top no-repeat;
	width: 790px;
}



	
        
