a { font-size: 13px; color: #0066FF; }
a:visited { font-size: 13px; color: #0066FF; text-decoration: none; }
a:hover { font-size: 13px; color: #0099FF; text-decoration: none; }
a:active { font-size: 13px; color: #0066FF; text-decoration: none; }
a:link { font-size: 13px; color:#0066FF; text-decoration: none; } 

body { 	scrollbar-face-color:000000;
	   	scrollbar-shadow-color:000000; 
		scrollbar-highlight-color:0066FF;
		scrollbar-3dlight-color:000000;
		scrollbar-darkshadow-color:000000; 
		scrollbar-track-color:000000;
		scrollbar-arrow-color:0066FF;
		font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #000000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

input.button {
	border:0;
	color:#0066FF;
	width:150;
	font-weight:bold;
	cursor:hand;
	background-image: url(image/background.gif);
	
} 
input.text  {
	background-color:#C6C3C6;
	color:#000000;
	border:1px inset #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
textarea    {
	background-color:#CCCCCC;
	color:#000000;
	border:1px inset #000000;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;

}
select      {
	background-color:#CCCCCC;
	color:#000000;
	border:1px inset #000000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

