a.nav:link {
		text-decoration: none;
		color: #DD2722;
}

a.nav:visited {
		text-decoration: none;
		color: #DD2722;
}

a.nav:hover {
	text-decoration: underline;
}

a.navSmall:link { font-family: Verdana, Arial, Helvetica; text-decoration: none;  color: #666666;}
a.navSmall:visited { font-family: Verdana, Arial, Helvetica; text-decoration: none; ; font-style: normal; color: #666666;}
a.navSmall:hover { font-family: Verdana, Arial, Helvetica; text-decoration: underline; color: #666666; ; font-style: normal;}

a.BDnav:link {
	text-decoration: none;
	font-family: MS Sans Serif, Tahoma, Arial;
	font-size: 9px;
	color: #999999;
}

a.BDnav:visited {
	text-decoration: none;
	font-family: MS Sans Serif, Tahoma, Arial;
	font-size: 9px;
	color: #999999;
}

a.BDnav:hover {
	text-decoration: underline;
	font-family: MS Sans Serif, Tahoma, Arial;
	font-size: 9px;
	color: #999999;
}