/* CSS Document */
.nav a:link {
	color: #336699;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #336699;
}
.nav a:hover {
	text-decoration: underline;
	color: #336699;
}
.nav a:active {
	text-decoration: none;
	color: #336699;
}
.nav a {
	font-weight: bold;
}
