@charset "UTF-8";
/* CSS Document */


body {
	background-color: #A1C0D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.managerTitle {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #E39F3B;
	font-weight:bold;
}

.managerLink {
	font-family: Geneva;
	font-size: 11px;
	color: #064174;
	text-decoration: none;
}
.managerLink:hover {
	font-family: Geneva;
	font-size: 11px;
	color: #E39F3B;
	text-decoration: none;
}

.contactInfo {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #064174;
	text-decoration: none;
}

.contactInfoLink {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #064174;
	text-decoration: none;
}

.contactInfoLink:hover {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #E39F3B;
	text-decoration: none;
}

.footerNav {
	font-family: Geneva;
	font-size: 10px;
	color: #9D9FA1;
	text-decoration: none;
}
.footerNavLink {
	font-family: Geneva;
	font-size: 10px;
	color: #9D9FA1;
	text-decoration: none;
}
.footerNavLink:hover {
	font-family: Geneva;
	font-size: 10px;
	color: #064174;
	text-decoration: none;
}
.footerCopyright {
	font-family: Geneva;
	font-size: 9px;
	color: #9D9FA1;
}