@charset "UTF-8";
/* CSS Document */

.navbody {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #999999;
}

.nav a:link {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

.nav a:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

.nav a:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #C1001F;
	text-decoration: underline;
}

.nav a:active {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #C1001F;
	text-decoration: underline;
}
