
a.h_nav_ah:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff3300;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff3300;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff3300;
	text-decoration: none;
    font-weight : bold;
}

a.h_nav_a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff3300;
	text-decoration: none;
}


a:link {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
	text-decoration: underline
}
a:active {
	color: Silver;
	text-decoration: underline
}

