.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;	 
	text-align: center;
	background-color: #000000;
	position: static;
}

.on { text-decoration: none; color: #CCCCCC ; }
.off { text-decoration: none; color: black ; }

.link-white {
	color: #FFFFFF ;
	text-decoration: none;
}
.link-red {
	color: #FF0000;
	text-decoration: none;
}
.link-black {
	color: #000000 ;
	text-decoration: none;
}
.link-grey {
	color: #CCCCCC;
	text-decoration: none;
}

h3 {
	color: #990033;
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
.whtHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.redHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}

.txtlink-ON {
	color: #003399;
	text-decoration: none;
}
.txtlink-OFF {
	color: #003399;
	text-decoration: underline;
}

