.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
.boldcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.italiccopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}
.activelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	line-height: 14px;
}
a {
	color: #000000;
	/*text-decoration: none;*/
}
a:link {
	color: #000000;
	/*text-decoration: none;*/
}
a:hover {
	color: #003366;
	/*text-decoration: none;*/
}
a:active {
	color: #003366;
	/*text-decoration: none;*/
}
.sub-nav a {
	color: #000000;
	text-decoration: none;
}
.sub-nav a:link {
	color: #000000;
	text-decoration: none;
}
.sub-nav a:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.sub-nav a:active {
	color: #003366;
	text-decoration: none;
}