body {
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}	
.content {
	background-color: #FFFFFF;
	padding: 8px;
}
.primarynavtble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
}
.nav_header {
	color: #7B2E00;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B2E00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B2E00;
	background-color: #CCCCCC;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:active {
	color: #808080;
	text-decoration: none;
}
.footer {
	font-size: 10px;
}
a:link {
	color: #660000;
}
.SplashHeaders {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #CC9900;
}
h1 {
	background-color: #660000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
h2 {
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-weight: bold;
	color: #660000;
	font-size: 14px;
}
.underline {
	text-decoration: underline;
}
.TopColorBar {
	background-color: #CCCCCC;
}
