@charset "utf-8";
/* CSS Document */
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #73a0c5;
}
