a.nav:link {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.nav:hover {
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.nav2:hover {
	color: #E6CE6B;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana;
}
a.nav2:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}
a.nav2:link {
	color: #CCC;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.nav3:hover {
	color: #33FFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana;
}
a.nav3:visited {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana;
}
a.nav3:link {
	color: #FFCC00;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

