html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	scrollbar-3dlight-color:#cccccc; 
    scrollbar-arrow-color:#f8f8f8; 
    scrollbar-base-color:#222222; 
    scrollbar-darkshadow-color:#000000; 
    scrollbar-face-color:#333333; 
    scrollbar-highlight-color:#000000; 
    scrollbar-shadow-color:#000000; 
    scrollbar-track-color:#999999; 
} 
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	scrollbar-3dlight-color:#cccccc; 
    scrollbar-arrow-color:#f8f8f8; 
    scrollbar-base-color:#222222; 
    scrollbar-darkshadow-color:#000000; 
    scrollbar-face-color:#333333; 
    scrollbar-highlight-color:#000000; 
    scrollbar-shadow-color:#000000; 
    scrollbar-track-color:#999999; 
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color:#000000;
}
.footerText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3 
{
	color: white;
}

a
{
	color: #99ffff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img 
{
	border: 1px solid #FFFFFF;
}


