<style>

body {
	font-family: Verdana;
	font-size: 13px;
	color: #000000 }

B {
	font-weight: bold }

td {
	font-family: Verdana;
	font-size: 13px;
	color: #000000 }
td A:link {
	color: #2D6E90;
	text-decoration: underline }
td A:visited {
	color: #3E92C0;
	text-decoration: underline }
td A:active {
	color: #2D6E90;
	text-decoration: underline }
td A:hover {
	color: #3E92C0;
	text-decoration: underline }

/* Page Header */
.header {
	font-family: Verdana;
	font-size: 16px;
	color: #8fa724;
	font-weight: bold }

.headerBlue {
	font-family: Verdana;
	font-size: 16px;
	color: #4282ba;
	font-weight: bold }
	
/* Right Side Header */
.subheader {
	font-family: Verdana;
	font-size: 14px;
	color: #9CBE42;
	font-weight: bold }
	
/* Page Footer */
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #7B8C30 }
.footer A:link {
	color: #7B8C30;
	text-decoration: underline }
.footer A:visited {
	color: #7B8C30;
	text-decoration: underline }
.footer A:active {
	color: #7B8C30;
	text-decoration: underline }
.footer A:hover {
	color: #7B8C30;
	text-decoration: underline }

/* Form elements - text box */
.textbox { 
	background: white;
	color: black;
	font-size: 13px;
	font-family: Verdana } 

/* Form elements - submit button */
.submitbutton { 
	background: #DEF5BF;
	color: black;
	font-size: 13px;
	font-family: Verdana } 
	
