.navtxtwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}
a.navtxtwhitebold:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navtxtwhitebold:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navtxtwhitebold:hover {
	color: #CC9900;
	text-decoration: underline;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
a.linktext:link {
	color: #333333;
	text-decoration: none;
}
a.linktext:visited {
	color: #333333;
	text-decoration: none;
}
a.linktext:hover {
	color: #666666;
	text-decoration: underline;
}


.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
