/* Normal content links */
a:link    {
	color: #3E5B31;
	text-decoration: underline;
}
a:visited  {
	color: #3E5B31;
	text-decoration: underline;
}
a:hover  {
	color: #3E5B31;
	text-decoration: none;
}

/* Links at bottom of page */
a:link.footer    {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.footer  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.footer  {
	color: #F8FA6E;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.bold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000027}
.regular_black {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}
.Subhead1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000027}
.white_regular {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF}
.white_bold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.regular_maroon {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #773428}