*{
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #555555;  
	SCROLLBAR-ARROW-COLOR: #FF9900; 
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #333333; 
	SCROLLBAR-BASE-COLOR: #000000;
}
body {
	background-color: #000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	BORDER-RIGHT: #FFFFFF 2px dashed; 
	BORDER-TOP: #FFFFFF 2px dashed; 
	BORDER-LEFT: #FFFFFF 2px dashed; 
	BORDER-BOTTOM: #FFFFFF 2px dashed;
}
.bordertable {
	BORDER-RIGHT: #999999 1px dashed; 
	BORDER-TOP: #999999 1px dashed; 
	BORDER-LEFT: #999999 1px dashed; 
	BORDER-BOTTOM: #999999 1px dashed;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 10px;
}

