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

A:link    { text-decoration:underline; font-weight: normal; color: #990000} 
A:visited { text-decoration:underline; font-weight: normal; color: #990000} 
A:active  { text-decoration:underline; font-weight: normal; color: #CC0066}
A:hover { text-decoration:underline; font-weight: bold; color: #990000}


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

li,dd,dt {
	padding-bottom:5px; }
li { list-style-type:disc; }


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

hr {
	height:1px;
	border:none;
	border-top:1px solid #000000;
	color:#ffffff;
	width:100%;
	}
	
/*
SET FORM BUTTON AND INPUT
=====================================================================
*/
.userInput {
					background:#EECFCE;
					height:21px;
					color:#333333;
					border-top:1px solid #333333;
					border-left:1px solid #333333;
					border-right:1px solid #cccccc;
					border-bottom:1px solid #cccccc;
					}	
.userComments {
					background:#EECFCE;
					color:#333333;
					border-top:1px solid #333333;
					border-left:1px solid #333333;
					border-right:1px solid #cccccc;
					border-bottom:1px solid #cccccc;
					}					
				
.formButton {
					height:21px;
					width:60px;
					cursor:hand;
					background:#ffffff;
					border:1px solid #888888;
					padding:0px;
					color:#232323;
					font-size:12px;
					}
					
.sButton {
					height:21px;
					width:80px;
					cursor:hand;
					background:#ffffff;
					border:1px solid #888888;
					padding:0px;
					color:#232323;
					font-size:11px;
					}

#cursor { cursor:hand; }
