@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}
table {
	font-size:12px;
	color:#2F2F2F;
}
a {
	color: #2F2F2F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F2F2F;
}
a:hover {
	text-decoration: none;
	color:#2A9A62;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #2F2F2F;
}