@charset "utf-8";
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a.menu:link {
	color: #000066;
	text-decoration: none;
	line-height: 14px;
}
a.menu:visited {
	color: #000066;
	text-decoration: none;
	line-height: 14px;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	line-height: 14px;
}
a.menu:active {
	color: #000066;
	text-decoration: none;
	line-height: 14px;
}
