a:link {
	color: #990000; 
	text-decoration: underline; }

a:visited {
	color: #333333; 
	text-decoration: underline; }

a:hover {
	color: #FFCC00;
	text-decoration: underline;
	background-color: #990000;
}

.backwards { 
font-family: Verdana, Tahoma, Arial; font-size: 14px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
unicode-bidi: bidi-override; 
direction: rtl; lucida 
} 

.BodyCopy {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	caption: Main Text;
	color: #000000;
	margin-right: 20px;
	margin-left: 10px;
	
}
	
A.BodyCopy:LINK, A.BodyCopy:VISITED { 
	font-family: verdana, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	caption: Main Text;
	color: #990000; }
	
A.BodyCopy:HOVER, A.BodyCopy:ACTIVE { 
	font-family: verdana, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;
	caption: Main Text;
	color: #FFCC00; }		
	

	
.caption {  
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	visible: false;
	color: #000000 }
	
A.caption:LINK, A.caption:VISITED {
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight:normal; 
	visible: false;
	color: #5A002D; 
	text-decoration: none;}
		
A.caption:HOVER, A.caption:ACTIVE {
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight:normal; 
	visible: false;
	color: #5A002D; 
	text-decoration: underline; }
	
.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	caption: Page Title;
	color: #660000;
	text-align: left;
}		

.subhead  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#990000;
	color:#FFFFFF;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: block;
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: 20px;
}

.UppercaseInput {
    text-transform: uppercase;
}

.btn {
   color:#900;
   font-family: Verdana, Arial, 'trebuchet ms', helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
      
.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}
