body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
body {
	background-color: #144032;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #144032;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #674332;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F7EBCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F7EBCC;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0e4703;
}

/* Added By North Wind Media 4/1/2009 */
#top_nav a img {
	border: 0px;
}
/* End North Wind Media Edit */


/* begin footer_links - controls sytle of the links in the footer */
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7EBCC;
	}
	
.footer_links a:link{
	color: #F7EBCC;
	text-decoration: underline;
} 
.footer_links a:active{
	color: #F7EBCC;
	text-decoration: none;
} 
.footer_links a:hover{
	color: #F7EBCC;
	text-decoration: none;
} 
.footer_links a:visited{
	color: #F7EBCC;
	text-decoration: none;
}
.footer_links a:visited:hover{
	color: #F7EBCC;
	text-decoration: none;
}
/* end footer_links */


