@charset "UTF-8";

.grayBKdark {
	background-color: #666666;
}


.grayBKlite {
	background-color: #999999;
}

.homePageText {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
}

.insidePageText {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}




a.nav:link {color: #660000; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
a.nav:visited {color: #660000; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
a.nav:hover {color: #666666; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
a.nav:active {color: #666666; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

a.email:link {color: #660000; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
a.email:visited {color: #660000; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
a.email:hover {color: #6699CC; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
a.email:active {color: #6699CC; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

.navBorders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.footer {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
