/* CSS Document */

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.menuText A:link {
color: #FFFFFF;
text-decoration: none;
}

.menuText A:visited {
color: #FFFFFF;
text-decoration: none;
}

.menuText A:hover {
color: #CCCCCC;
text-decoration: none;
}
.blackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.blackText A:link {
color: #697F36;
text-decoration: none;
}

.blackText A:visited {
color: #697F36;
text-decoration: none;
}

.blackText A:hover {
color: #CCCCCC;
text-decoration: none;
}.bolded2 {
	font-weight: bold;
}
