body {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	margin: 0px;
	padding: 0px;
	background-color: rgb(230,230,230);
}
.navHoriz, a.navHoriz:link, a.navHoriz:visited, a.navHoriz:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50,50,50);
	text-decoration: none;
}
a.navHoriz:hover {
	color: rgb(180,10,10);
	text-decoration: underline;
}
.navVert, a.navVert:link, a.navVert:visited, a.navVert:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(60,60,60);
	text-decoration: none;
}
a.navVert:hover {
	color: rgb(140,10,10);
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(60,60,60);
	line-height: 16px;
	text-decoration: none;
}
.redHeader {
	font-family: Arial, Times, serif;
	font-size: 14px;
	color: rgb(200,5,50);
	text-decoration: none;
}
.redText {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(200,5,50);
	text-decoration: none;
}
.subHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #575755;
}

