@charset "utf-8";
body {
	background-color: #BABA3F;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5A2A;
}
/* CSS Document */

.body_text {
	margin-left: 10px;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FEFE03;
}
a:active {
	text-decoration: none;
	color: #FEFE03;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	color: #0A5A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top_div {
	margin-top: 10px;
}
