/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.navlinks a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.navlinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.navlinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.mouseoff {
	background-color: #cccccc;
}

.mouseon {
	background-color: #FFCC66;
}


.header1 {
	font-weight: bold;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
}


.alttext {color: #6666FF;}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}