/* CSS Document */


body {
	margin-top: 8px;
	background-color: #000000;
	margin-bottom: 8px;
}
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding-top: 12px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px
	width: 233px;
}


.navigation:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #7E824A;
	display: block;
	padding-top: 12px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px
	width: 233px;
}
.link {
	color: #660000;
	text-decoration: none;
}
.link:hover{
	color: #696C3E;
	text-decoration: none;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.twelvept {
	font-size: 12pt;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	color: #660000;
	text-decoration: none;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #CFD1AF;
	text-decoration: none;
}
.bottomborder {
	border-bottom-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.bordertop {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000000;
}

.borderleft {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
}

.twenty-four {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 18px;
}
.thirty-six {
	font-size: 36px;
}

.lineht_75pct {
	line-height: 75%;
}
