body {
	background-color: #000000;
	font-family: arial;
	font-size:8pt;
	color: #CCCC00;
	scrollbar-arrow-color: #CCCC00;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	line-height: 15px;
	text-align: justify;
	letter-spacing: 1;
}

td, tr {
	font-size: 10px;
}

.main {
	position: absolute;
	left: 200px;
	width: 380px;
}

.nav {
	margin: 10px;
	color: #CCCC00;
	text-align: center;
	position: absolute;
	left: 210px;
	width: 380px;
	top: 270px;
}

.nav a {
	color: #CCCC00;
	text-decoration: none;
}

.nav a:active {
	color: #CCCC00;
}

.nav a:link {
	color: #CCCC00;
}

.nav a:hover {
	color: #CCCC00;
	text-transform: uppercase;
}

.nav a:visited {
	color: #CCCC00;
}

.content {
	text-align: justify;
	position: absolute;
	left: 230px;
	width: 355px;
	top: 320px;

}


.stats
	{
	margin: 5px;
	line-height: 15px;
	background-color: #000000;
	color: #CCCC00;
}

.header {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #999933;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #CCCC00;
	text-align: center;
	padding: 1px;
	letter-spacing: 2;
	font-weight: bold;
}

textarea
{	background-color: 000000;
	border-width: 1px;
	border-style: solid;
	border-color: CCCC00;
	color: CCCC003;
	font-family : arial;
	font-size : 8pt;
}

input
{	background-color: 000000;
	border-width: 1px;
	border-style: solid;
	border-color: CCCC00;
	color: CCCC00;
	font-family : arial;
	font-size : 9pt;
}

option
{	background-color: 000000;
	border-width: 1px;
	border-style: solid;
	border-color: CCCC00;
	color: CCCC00;
	font-family : arial;
	font-size : 9pt;
}



A {
	cursor:default;
}

a:active {  
	color: #CCCC00; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: bold; 	cursor:default;
}

a:link {  
	color: #CCCC00; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	cursor:default;
}

a:visited {  
	color: #CCCC00; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	cursor:default;
}

a:hover {  
	color: #CCCC00; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	letter-spacing: 1; 
	cursor: crosshair;
}