body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;

	body { width: 100%; 
	text-align: right;

}


.on { text-decoration: none; color: red ; }
.off { text-decoration: none; color: black ; }

.on1 {
	font-weight: bold;
	color: #00009C;
	text-decoration: none;
}
.off1 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.off2 {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.off3 { text-decoration: none; color: #CCCCCC ; font-weight: bold;}

h3 {
	color: #990033;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.whtHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.redHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.off4 {
text-decoration: none; color: #666666;
}
.login-ON {
	color: #003399;
	text-decoration: none;
}
.login-OFF {
	color: #003399;
	text-decoration: underline;
}
