@charset "UTF-8";
a:link {
	color: #518EBB;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #518EBB;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #311B74;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #301B73;
	text-decoration: underline;
}
a.special:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.special:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	font-weight: normal;
	color: #301B73;
	text-decoration: none;
}
a.special:active {
	font-weight: normal;
	color: #311B74;
	text-decoration: none;
}
