@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #006633;
}
