@charset "ISO-8859-1";
a:link {
	font-weight: bold;
	color: #006e8e;
	underline:none;
	text-decoration: none;	
}
a:visited {
	color: #006e8e;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #009FCD;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #006e8e;
	text-decoration: none;
}

