.bodytext {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

.redtext {
	font-family: verdana;
	font-size: 12px;
	color: #CC0033;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a {
	font-family: verdana;
	font-size: 12px;
	color: #0033CC;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 12px;
	color: #990033;
	font-style: normal;
	text-decoration: underline;
}

a:active {
	font-family: verdana;
	font-size: 12px;
	color: #990033;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	font-family: verdana;
	font-size: 12px;
	color: #3333FF;
	font-style: normal;
	text-decoration: none;
}
.navtext {
	font-family: verdana;
	font-size: 13px;
	color: #FFFF99;
	font-style: normal;
	font-weight: bold;
}


