@charset "utf-8";
/* CSS Document */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
a {
	font-family: Tahoma;
	font-size: 12px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #0066FF;
}
