* {
	color: #AACCCC;	
	font-family: verdana;	
	font-size: 10px;
}
b{
	color: #CCBBAA;
	font-family: verdana;	
	font-size: 10px;	
}
#overDiv{
	position:absolute;
	visibility:hidden;
	z-index:1000;
	padding: 2px;
	margin-left: 2px;
}
input, textarea, select {
color: #FFFFFF;	
background: #000000;
border: solid gray 1px;
font-family: verdana;	
font-size: 10px;	
}
a {
text-decoration: none;	
text-transform: none;	
font-weight : bold;	
color: #FFFFFF;	
font-size: 10px;	
}
th{
	text-align: center;
}
a:hover {
text-decoration: none;	
text-transform: none;	
font-weight : bold;	
color: #FF8C00;	
font-size: 10px;	
}

body {
background: #000000;
	overflow: auto ;	
}



