a:active {
	color: #007E4F;
}

a:link {
	color: #007E4F;
}
a:visited {
	color: #007E4F;
}
a:hover {
	color: #F8981D;
	text-decoration: none;
}

.subhead {
	font: 11px verdana,helvetica,arial;
	color: #015A9C;
	font-weight: bold;
	padding-left: 0px;
}

.larger_subhead {
	font: 11px verdana,helvetica,arial;
	color: #015A9C;
	font-size: 15;
	font-weight: bold;
	padding-left: 0px;
}

.bodytext
{
   font-family: Arial, sans-serif;
   color: #000000;
   font-size: 12px;
   
   }
   
.accent
{
   font-family: Verdana, sans-serif;
   color: #015A9C;
   font-size: 12px;
   }
   
li
{
   font-family: Verdana, sans-serif;
   color: #000000;
   font-size: 10px;}
   
   
hr {
  border: 1px dashed #FA971F;
}

