a:hover {
	text-decoration: none;
}
a:LINK.navi, a:VISITED.navi, a:ACTIVE.navi {
	font-family: "Trebuchet MS";
	color: #8f97c7;
	text-decoration: none;
	background-color: #00285f;
	height: 29px;
	width: 200px;
	display: block;
	font-size: 14px;
}
a:HOVER.navi {
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-decoration: none;
	background-color: #5c6693;
	height: 29px;
	width: 200px;
	display: block;
	font-size: 14px;
}
.navi-active {
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-decoration: none;
	background-color: #5c6693;
	height: 29px;
	width: 200px;
	display: block;
	font-size: 14px;
}
a:LINK.sub-navi, a:VISITED.sub-navi, a:ACTIVE.sub-navi {
	font-family: "Trebuchet MS";
	color: #8f97c7;
	text-decoration: none;
	background-color: #00285f;
	height: 19px;
	font-size: 12px;
}
a:HOVER.sub-navi {
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-decoration: none;
	background-color: #004494;
	height: 19px;
	font-size: 12px;
}
.sub-navi-active {
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-decoration: none;
	background-color: #004494;
	height: 19px;
	font-size: 12px;
}
.start-link {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
