@charset "utf-8";
/* CSS Document */
 a:link {
	color:#003366;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}
 a:visited {
	color:#ED8400;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
 a:hover {
	color:#003366;
	text-decoration:none;
	font-style: italic;
}
 a:active {
	color:#003366;
	text-decoration:none;
	font-style: normal;
}

