@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #004080;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #004080;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #e7763a;
}
a:active {
	text-decoration: none;
	color: #e7763a;
}

