.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}

.copySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #082747;
	text-decoration: none;
	line-height: 10px;
}

.copyHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8A191F;
	text-decoration: none;
	line-height: 15px;
}

.secHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #082747;
	text-decoration: none;
	line-height: 12px;
}

.secNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #082747;
	text-decoration: none;
	line-height: 15px;
}

.error {
   font-size: 11px;
   font-weight: bold;
   color: #ff0000;
}

A:link{
	text-decoration: underline;
	COLOR: #8A191F;
}

A:visited{
	text-decoration: underline;
	COLOR: #e8ac53;
}

A:hover{
	text-decoration: none;
	COLOR: #e8ac53;
}

