BODY 
{
	SCROLLBAR-FACE-COLOR:gray;
	SCROLLBAR-TRACK-COLOR: lightgray; 
 	SCROLLBAR-HIGHLIGHT-COLOR: white;
 	SCROLLBAR-SHADOW-COLOR: gray;
 	SCROLLBAR-ARROW-COLOR:white ; 
	text=#0066CC;
}

	a{text-decoration:none;color:black}
	a:hover {text-decoration:none;color:gray}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: lightgray;
	border: 1px solid darkgray;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #336699;
	background-color: white;
}