@charset "UTF-8";
/* CSS Document */


a {
	font-family: helvetica;
	color: #000077;
}
a:link {
	text-decoration: none;
}
a:visited {
    color: #000033;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
