@charset "utf-8";
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 14px;*/
	color: #FC3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC3;
}
a:hover {
	text-decoration: underline;
	color: #B0A02C;
}
a:active {
	text-decoration: none;
	color: #B0A02C;
}
h1 {
	font-size: 22px;
	color: #FFF;
}
h2 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 16px;
	color: #FF3;
}
/*    added  */

.textYellow {
	color: #FF3;
}
.textOliveGr {
	color: #B0A02C;
}
.textYellowLG {
	font-size:16px;
	font-weight:bold;
	color: #FF3;
}
.textGraySm {
	color: #999;
	font-size:12px;
}
.textGrayRegSize {
	color: #999;
}
.textWhiteLG {
	color: #FFF;
	font-size:16px;
}
.topheader h1 {
	font-size: 12px;
	color: #B0A02C;
}
.topheader {
	width: 100%;
	height: 30px;
	text-align: center;
	background-image: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B0A02C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B0A02C;
	background-color: #333;
}
.tdbordergrey {
	border: 2px solid #333333;
}
.lettergreen {
	color: #33CC00;
	font-weight: bold;
	font-size:16px;
}
.letterbackred {
	color: #FFFF00;
	background-color: #FF0000;
	padding: 1px;
}
.letterblack {
	color: #FFFF00;
	background-color: #000000;
	font-weight: bold;
}
