.Navigation {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #00685B;
	text-decoration: none;
	line-height: 110%;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: 110%;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #00685B;
	text-decoration: none;
	line-height: 110%;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: underline;
	line-height: 110%;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 110%;
}
