
body {
	background-color: #;
	background-image:url(bg.jpg);
	background-properties:;
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
        cursor: crosshair;
        scrollbar-face-color: #F0EBFB;
	scrollbar-highlight-color:#ffffff;
        scrollbar-3dlight-color:#F0EBFB;
	scrollbar-darkshadow-color:3D2E5E;
        scrollbar-shadow-color:#c0c0c0;
	scrollbar-arrow-color:#3D2E5E;
        scrollbar-track-color: #F0EBFB;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);

}


td {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;

}

	A:link {text-decoration: underline; color:#675FA1}
	A:visited {text-decoration: underline; color:#675FA1}
	A:active {text-decoration: none; color:#675FA1}
        a:hover { text-decoration: none; height: 0; border:none; filter:DropShadow(Color=#675FA1, OffX=1, OffY=1, Positive=1);}  


