.boldwhitetext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.blacktext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.whitetext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

/* Links */
.links {
	font-family: Verdana;
	font-size: 11px;
	color: #ABE8FF;
	text-decoration: underline;
}
.links:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ABE8FF;
	text-decoration: underline;
}
.links:active {
	font-family: Verdana;
	font-size: 11px;
	color: #58BEE3;
	text-decoration: underline;
}
.links:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ABE8FF;
	text-decoration: underline;
}
.links:visited:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ABE8FF;
	text-decoration: underline;
}

/* Footer Link */
.footer_link:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #024B65;
	text-decoration: none;
}
.footer_link:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:visited:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #024B65;
	text-decoration: none;
}