.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #08006B;
}
a:link {
	color: #CE0021;
	text-decoration: underline;
}
a:hover {
	color: #08006B;
	text-decoration: underline;
}
a:visited {
	color: #08006B;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #08006B;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #08006B;
}
.border {
	height: 75px;
	width: 100px;
	border: 1px solid #000000;
}

