.textbold {
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #003366;
}
a:active {
	color: #FF3300;
}
.whitebold {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.whitebold a {
	color: #ffffff;
	text-decoration: none;
}

.whitebold a:hover {
	text-decoration: underline;
}

.largetext {
	font-family: Arial;
	font-size: 14px;
	color: #CC9933;
	font-weight: normal;
}
.headings {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.redtext {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.text a {
	color: #ff0000;
}

.text a:hover {
	text-decoration: underline;
}

.greentext {
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
