body {
	background-image: url(images/Page-Background.gif);
}
a:link {
	color: #003368;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #306DAB;
}
a:visited {
	color: #003368;
	text-decoration: underline;
}
.mainCell {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	font-size: 0.8em;
	font-style: normal;
}
.mainHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #003368;
	font-variant: normal;
	list-style-type: none;
}
.footCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #306DAB;
	text-align: left;
}
.contactCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A75;
	padding: 8px;
}
.contactCell:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FF3A75;
	padding: 8px;
}
