/* Global Styles */

body {
scrollbar-face-color: #ffffff; 
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #cccccc; 
scrollbar-track-color: #cccccc; 
scrollbar-arrow-color: #000000;
margin:0px;
background-color: #333333;
}

.Style1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Style2 {
	font-size: 9px
}
.Style4 {
	font-size: 10px;
	font-weight: bold;
}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a:link {color:#ab9061;text-decoration: none;}
a:visited {color:#ab9061;text-decoration: none;}
a:active {color:#ab9061;text-decoration: none;}
a:hover	{color:#000000;text-decoration: none;}
