body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #96A564;
	margin: 0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
}

td.dark_green {
	text-align: left;
	vertical-align: top;
	background-color: #667044;
}

td.medium_green {
	text-align: left;
	vertical-align: top;
	background-color: #96A564;
}

td.black {
	text-align: left;
	vertical-align: top;
	background-color: #000000;
}

td.nav {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #33454C;
}

td.blue {
	vertical-align: top;
	background-color: #160860;
}

td.footer {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-color: #96A564;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 120%;
}

p.warning {
	font-weight: bold;
	color: red;	
}

h1 {
	font-family: Arial Black, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}

h2 {
	font-family: Arial Black, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}

h5 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}

h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}


list {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 120%;
}

img {
	border-color: #000000;
}
	
.nav {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #99AB75;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;	
}

.footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;	
}

.light_green {
	background-color: #ACBB7C;
}
	
.medium_green {
	background-color: #96A564;
}
	
.dark_green {
	background-color: #667044;
}		

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	color: #99AB75;
	text-decoration: none;
}

a.footer:link {
	color: #000000;
	text-decoration: underline;
}

a.footer:visited {
	color: #000000;
	text-decoration: underline;
}

a.footer:hover {
	color: #000000;
	text-decoration: underline;
}