@charset "UTF-8";
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.sansLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

