BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	color : Black;
	background-color : #FFFFFF;
	scrollbar-face-color: #E60000;
	scrollbar-highlight-color: #FF3E9F;
	scrollbar-shadow-color: #B22222;
	scrollbar-3dlight-color: #DCDCDC;
	scrollbar-arrow-color: #DCDCDC;
	scrollbar-track-color: #D2D2D2;
	scrollbar-darkshadow-color: Maroon;
	scrollbar-base-color: #DD0000;
}


A {
	text-decoration: underline;
	color: #E60000;
}

INPUT {
	font-size : xx-small;
	height : 20px;
}

SELECT {
	font-size : xx-small;
	height : 18px;
}


TEXTAREA {
	font-size : x-small;	
}



A:Hover {
	text-decoration: none;
	color: blue;
}
