BODY, table, tr, td {
	scrollbar-face-color: #7BA1F7;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #0033CC;
	scrollbar-darkshadow-color:#0033CC;
	scrollbar-shadow-color: #0033CC;
	scrollbar-arrow-color: FFFFFF;
	scrollbar-track-color: #0033CC;
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff;
}
a:hover {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #027DCE; 
	text-decoration: none;
	font-weight: 300;
}
a:link, a, a:active {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #0099FF; 
	text-decoration: none;
	font-weight: 300;
}


INPUT.button {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff; 
	font-weight: 300;
	border : none;
	width:90px;
	height: 19px;
	background-color: #5A82EA;
}

INPUT.buttonover {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff; 
	font-weight: 300;
	border : none;
	width:90px;
	height: 19px;
	cursor: hand;
	background-color: #4672E4;
}
	
INPUT.text {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff; 
	font-weight: 300;
	border : 1px solid #7BA1F7;
	width: 200px;
	height: 18px;
	background-color: #7BA1F7;
}


INPUT.texterror {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff; 
	font-weight: 300;
	border : 1px solid #F6CECE;
	width: 200px;
	height: 18px;
	background-color: #F6CECE;
}


