.body-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
  color: #336699;
}
   
a:active {
	color: #0033CC;
	text-decoration: underline;
}

a.nav:link {
	color: #333333;
	text-decoration: none;
		}

a.nav:visited {
	color: #336699;
	text-decoration: none;
	
}


