.nav {
}
a:link {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;

}
a:visited {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;

}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 10pt;

}
a:active {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;

}
