
a.h_nav_ah:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #9D2213;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #9D2213;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #9D2213;
	text-decoration: none;
    font-weight : bold;
}


a.h_nav_a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #9D2213;
	text-decoration: none;
}

a:visited {
	color : #9D2213;
	background : transparent;
	text-decoration : none;
	}
	
a:link {
	color : #9D2213;
	background : transparent;
	text-decoration : none;
	border: none;
	}
	
a:hover {
	color : #333;
	background : transparent;
	text-decoration : underline;
	}
	
a:active {
	color : #9D2213;
	background : transparent;
	text-decoration : underline;
	}



