@charset "iso-8859-1";
/* CSS Document */

body{
background-color:#000000;
color:#000000;
}

.lightbodytext {
font-family:Verdana,sans-serif;
font-size:10px;
color:#CCCCCC;
font-weight:700;
}

.goldlightbodytext {
font-family:Verdana,sans-serif;
font-size:10px;
color:#fcd036;
font-weight:700;
}
.lrgegoldlightbodytext {
font-family:Verdana,sans-serif;
font-size:13px;
color:#dfa903;
font-weight:700;
}

.boldwhitetbodytext {
font-family:Verdana,sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:700;
font-weight:700;
}

.greytbodytext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#999999;

}

.darkbodytext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.size16blackfont {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
font-weight:900;
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #2d9a02;
}
a:hover {
	color: #3f3fee;
}
a:active {
	color: #f6d20e;
}

.rightfloat {
float:right; }