BODY { background-color: #FFFFFF
   color: #009900;
   cursor: default;
   scrollbar-3dlight-color: #666666;
   scrollbar-arrow-color: #ffffff;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color: #FF9900;
   scrollbar-highlight-color: #cccccc;
   scrollbar-shadow-color: #666666;
   scrollbar-track-color: #cccccc;
}

A:link    { text-decoration:underline; font-weight: normal; color: #333333} 
A:visited { text-decoration:underline; font-weight: normal; color: #333333} 
A:active  { text-decoration:underline; font-weight: normal; color: #FF6600}
A:hover { text-decoration:none; font-weight: bold; color: #666666;}


body,div,p,TABLE,TD,TR,li,ul,input,select,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 } 

li { list-style-type:square }

/*
==================================================================== 
HORIZONTAL RULE ELEMENT - RENDERS AS 1PX BLACK KEYLINE
*/

hr {
	height:1px;
	border:none;
	border-top:1px solid #000000;
	color:#ffffff;
	width:100%;
	}
	
#slogan { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFCC; font-style: italic; font-weight: bold; letter-spacing:1px; } 
#footer { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFCC66; font-style: normal; font-weight: bold; letter-spacing:1px; } 
.caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; font-style: normal; font-weight: normal; letter-spacing:1px; } 
#small { font-size: 10px }
	#printb { cursor:hand }
	
/*
FORM BUTTONs AND INPUT FIELDS
=====================================================================
*/

select { 
	font-size:11px; color: #333333;
	background-color: #FFEFCE;
	}

.userInput {
	background:#FFCC66;
	width:140px;
	padding:2px;
	font-size:11px; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}			
.userComments {	
	background:#EFCEBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;}
				
.sButton {
	height:21px;
	width:60px;
	cursor:pointer;
	background:#eaeaea;
	border:1px solid #888888;
	padding:0;
	color:#232323;
	font-size:11px;
	}
					
.mButton {
	height:21px;
	width:90px;
	cursor:pointer;
	background:#ffffff;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}		

