.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #404040;
}
A.nav:link {
	color: #404040;
	text-decoration: none;
}
A.nav:visited {
	color: #404040;
	text-decoration: none;
}
A.nav:hover {
	color: #404040;
	text-decoration: none;
}
A.nav:active {
	color: #404040;
	text-decoration: none;
}a:link {
	color: #006689;
}
a:visited {
	color: #006689;
}
a:hover {
	color: #006689;
	text-decoration: none;
}
a:active {
	color: #006689;
}

