/* Bodylink */

A.bodylink {
	text-decoration:underline;
	font-weight:normal;
	color: #b43e00;
}



A.bodylink:visited {
	color:#b43e00;
	text-decoration:underline;	

}



A.bodylink:hover {
	color:#b43e00;
	text-decoration: none;
}



/* Bottom link */

A.bottomlink {
	text-decoration:underline;
	font-weight:normal;
	color: #ffffff;
}



A.bottomlink:visited {
	color:#ffffff;
	text-decoration:underline;	

}



A.bottomlink:hover {
	color:#ffffff;
	text-decoration: none;
}



/* Bottom navigation COLD */
.bottomnav { font-size: 12px; font-weight: normal;    
color: #ffffff; font-family: helvetica, arial, sans-serif; line-height: 15px; padding-top: 0px;  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; text-align: center }



/* Header Copy */
.header { font-size: 20px; font-weight: normal;    
color: #000000; font-family: times new roman, times, serif; line-height: 20px; padding-top: 20px;  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; text-align: center }


/* Body Copy */
.body { font-size: 13px; font-weight: normal;    
color: #000000; font-family: times new roman, times, serif; line-height: 15px; padding-top: 0px;  padding-bottom: 0px; padding-left: 20px; padding-right: 25px; text-align: left }

/* Body Copy no padding */
.bodynopad { font-size: 13px; font-weight: normal;    
color: #000000; font-family: times new roman, times, serif; line-height: 15px; padding-top: 0px;  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; text-align: left }



