/* CSS Document */


.botmenu:link  { color: #CC3300; font-size: 0.6em; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: 1.5em; text-decoration: none }
.botmenu:visited  { color: #666666; font-size: 0.6em; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: 1.5em; text-decoration: none }
.botmenu:active  { color: #666666; font-size: 0.6em; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: 1.5em; text-decoration: none }
.botmenu:hover { color: #CC3300; font-size: 0.6em; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: 1.5em; text-decoration: none }

.generallink:link  { color: #CC3300; font-size: 11px; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: normal; text-decoration: underline}
.generallink:visited  { color: #CC3300; font-size: 11px; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: normal; text-decoration: none }
.generallink:active  { color: #CC3300; font-size: 11px; font-family: Verdana, Arial, Geneva; font-weight: bold; line-height: normal; text-decoration: none }
.generallink:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	background-color: #CC3300;
}

.textbox { 
width: 200px; 
height: 20px; 
font-family: arial, verdana; 
color: #CC3300; 
font-size: 12px; 
background-color: #FAFAFA; 
border: 1px solid #CC3300; 
margin: 5px 
}

.textboxbig { 
width: 200px; 
height: 150px; 
font-family: arial, verdana; 
color: #CC3300; 
font-size: 12px; 
background-color: #FAFAFA; 
border: 1px solid #CC3300; 
margin: 5px 
}

.form_text { 
text-align:right;  
font-family:arial, verdana; 
color:#990066; 
line-height: 200%; 
font-size: 0.6em; 
text-decoration:none; 
font-weight:bold; 
margin-right:25px; 
margin-top:5px; 
margin-bottom:5px 
}


.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;}
	
.redcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	line-height: normal;
	padding: 5px;
	font-weight: bold;
}
	
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;}
