/* CSS Document */

a {
	font-family: "Arial", Courier, mono;
	font-size: 12px;
	color: #005C96;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005C96;
}
a:hover {
	text-decoration: none;
	color: #618EA5;
}
a:active {
	text-decoration: none;
	color: #056A96;
}