BODY
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #000000;
	margin: 0 0 0 0;
}
A:link
{
    COLOR: #cccccc;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: yellow;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #cccccc;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: white;
    TEXT-DECORATION: underline
}
TABLE
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana
}
INPUT
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: white 1px solid;
    COLOR: white;
    BORDER-BOTTOM: white 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: black
}
SELECT
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: white 1px solid;
    COLOR: white;
    BORDER-BOTTOM: white 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: black
}
TEXTAREA
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: white 1px solid;
    COLOR: white;
    BORDER-BOTTOM: white 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: black
}
TD
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana
}
.menuheader
{
	border-style: ridge;
	border-width: 2px;
	border-color: #666666;
	background-color:#191919;
	font-weight: bold;
	text-align: center;
	display: block;
}
.pagetitle
{
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.pagecaption
{
	font-size: 12px;
	text-align: center;
}
.chkbox
{
	border:0;
	height:12px;
	width:10px;
}
.percentbar
{
	border-width: 1px;
	border-color: #C0C0C0;
	height: 7px;
	border-style: solid;
}
.pbgreen
{
	background-color: #006600;
}
.pbred
{
	background-color: #800000;
}
.upgradenow
{
	border-style: dashed;
	border-width: 1px;
	border-color: #666666;
	background-color:#191919;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	width: 30%;
}
.nbanner {
	background-color: #506E7F;
	height: 26px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #31596A;
}
.nbinput {
	background-color: #99B0BF;
	border-color: #31596A;
	border-style: solid;
	border-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #14313D;
	font-size: 11px;
}
.slotsborder
{
	border-style: ridge;
	border-width: 2px;
	border-color: #666666;
	width: 225px;
}