
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #D455FF;
	scrollbar-face-color: #F99;
	scrollbar-highlight-color: #FCC;
	scrollbar-shadow-color: #903;
	scrollbar-3dlight-color: #90F;
	scrollbar-arrow-color:  #6FC;
	scrollbar-track-color: #ff4500;
	scrollbar-darkshadow-color: #909;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif  ;text-decoration:none}
a:link { color : #000000; text-decoration:none}
a:active { color : #ff0000; text-decoration:none}
a:visited { color : #888888; text-decoration:none}
a:hover		{ font-weight:bold; background-color:#aa99; text-decoration:none}
hr	{ height: 0px; border: solid #880088 0px; border-top-width: 1px;}




/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
