@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	letter-spacing: .1em;
}
a:link {
	color: #03C;
	text-decoration: none;
	font-size: 90%;
}
a:visited {
	text-decoration: none;
	color: #03C;
	font-size: 90%;
}
a:hover {
	text-decoration: underline;
	color: #03C;
	font-size: 90%;
}
a:active {
	text-decoration: none;
	color: #03C;
	font-size: 90%;
}

