@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image: url(images/bgtiles.jpg);
	margin-top: 24px;
	
    scrollbar-face-color:#FF8800;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#92278F;
    scrollbar-shadow-color:rgb(0,0,0);
    scrollbar-highlight-color:rgb(0,0,0);
    scrollbar-3dlight-color:#808080;
    scrollbar-darkshadow-Color:#202020;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#ff8059;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#ff8059;
}
a {
	font-size: 10pt;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
