
.header {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.textsmall {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 11px; line-height:130%
}

.textsmall a:link {
 color: #2E488E;
 text-decoration: none;
 }
 
.textsmall a:visited {
 color: #2E488E;
 }

.textsmall a:hover {
 color: black;
 text-decoration: underline;
 }
 
.textsmall a:active {
 color:  black;
 text-decoration: underline;
 }

body, table, td, th {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 12px; line-height:140%
}

a:link {
  color: #2E488E;
  text-decoration: none;
}

a:visited {
  color: #2E488E;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:active {
  color: black;
  text-decoration: underline;
}

a.footernav:link, a.footernav:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.footernav:hover, a.footernav:active
{
	color: #ffffff;
	text-decoration: underline;
}

h3.subheading
{
	color: #2E488E;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
