/*none link for NS6 bug - doesn't recognize the first style in the style sheet*/
.none { color: #000000; text-decoration: none; }
.none :hover { color: #000000; text-decoration: none; }

A{
	font : georgia,times new roman,serif; 
	font-family : georgia,times new roman,serif;
	font-size : 12px;
	color: #EF4A3E;
        text-decoration : none;
}

A:HOVER  {
	font : georgia,times new roman,serif;
	font-family : georgia,times new roman,serif;
	color : #EF4A3E;
	text-decoration : underline;
	
}

A:ACTIVE  {
	font : georgia,times new roman,serif;
	font-family : georgia,times new roman,serif;
	color : #EF4A3E;
        text-decoration : none;
}


/*BODY TEXT COLORS*/
p {
	font: 12px georgia,times new roman,serif;
	color: #676D62;
	line-height: 18px;
}
.body { font: 12px georgia,times new roman,serif;  color: #676D62; }
.lgtitles { font: bold 13px georgia,times new roman,serif;  color: #0799BA; }
.smtitles { font: bold 12px georgia,times new roman,serif;  color: #00559B; }
.bluetext { font: 12 px georgia,times new roman,serif;  color: #00559B; }
.lgredtitles { font: bold 19px georgia,times new roman,serif;  color: #EF3E34; }
.blacktext { font: 12 px georgia,times new roman,serif;  color: #000000; }
.smwhitetext { font: 9 px verdana,arial,sans-serif;  color: #ffffff; }
.smbrowntext { font: 11 px georgia,times new roman,serif;  color: #676D62; }
.smboldred { font: 13 px georgia,times new roman,serif;  color: #EF3E34; font-weight: bold; }

a.bluetext { font: font: 12 px georgia,times new roman,serif;  color: #00559B; text-decoration : none;}
a:hover.bluetext { font: 12 px georgia,times new roman,serif;  color: #0799BA; text-decoration : underline;}
a:active.bluetext { font: 12 px georgia,times new roman,serif;  color: #00559B; text-decoration : none;}

a.smbrowntext { font: font: 11 px georgia,times new roman,serif;  color: #676D62; text-decoration : none;}
a:hover.smbrowntext { font: 11 px georgia,times new roman,serif;  color: #EF3E34; text-decoration : none;}
a:active.smbrowntext { font: 11 px georgia,times new roman,serif;  color: #676D62; text-decoration : none;}

a.smwhitetext { font: 9 px verdana,arial,sans-serif;  color: #ffffff; text-decoration : none;}
a:hover.smwhitetext { font: 9 px verdana,arial,sans-serif;  color: #313E62; text-decoration : none;}
a:active.smwhitetext { font: 9 px verdana,arial,sans-serif;  color: #ffffff; text-decoration : none;}

a.whitetext { font: 11 px verdana,arial,sans-serif;  color: #ffffff; text-decoration : none;}
a:hover.whitetext { font: 11 px verdana,arial,sans-serif;  color: #313E62; text-decoration : none;}
a:active.whitetext { font: 11 px verdana,arial,sans-serif;  color: #ffffff; text-decoration : none;}

