.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
	text-decoration: none;
}
.normalfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002157;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	line-height: normal;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}

.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999933;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

