.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002C62;
}
.boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #436C9F;
	font-weight: bold;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002C62;
	text-decoration: underline;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71BBFF;
	text-decoration: none;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9C9C9C;
	text-decoration: none;
}
.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	text-decoration: underline;
}
.bottomlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9c9c9c;
	text-decoration: none;
}
.nonav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9f002d;
	text-indent: 5px;
	height: 20px;
	background-position: center;
	padding: 4px;

}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002C62;
	width: 170px;
	height: 20px;
	padding: 4px;
	text-decoration: none;
	background-position: 170px 20px;
}
.subnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #436C9F;
	background-color: #F4F4F4;
	width: 170px;
	height: 20px;
	padding: 4px;
	text-decoration: none;
	background-position: 170px 20px;
}
