a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #BA102A;
}

a.nav:link {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #BA102A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #BA102A;
	text-decoration: none;
	}
a.nav:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

