
body {
	background-color: black;
	color: #9999cc;
	scrollbar-face-color: black;
	scrollbar-highlight-color: #9999cc;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: #9999cc;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: #9999cc;
	scrollbar-track-color: black;
	FONT-FAMILY: verdana, arial;
	FONT-SIZE: 10px;
}

A:link, a:visited, a:active, a:hover {
	COLOR: #9999cc; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
 	cursor: crosshair
}

 img.top 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:-1;
	background-attachment: fixed;
}

table {
	border-color: black;
	padding-top: 10px;
	FONT-SIZE: 10px;
}

td {
	border-color: #9999cc; 
	color: #cc99cc;
	border-style: dashed;
}

.left {
	position: absolute; 
	top: 100px; 
	left: 10px; 

}

.right {
	position: absolute; 
	top: 110px; 
	left: 180px; 
}

.right2 {
	position: absolute; 
	top: 140px; 
	left: 180px; 
}


#siteInfo{
	clear: both;
	font-size: 9px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	vertical-align: middle;
	position: absolute; 
	top: 90%; 
	left: 3%; 
}


