@charset "utf-8";
/* CSS Document */

.style3 {	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #055516;
}
body {
	background-color: #D5CEC3;
}
a:link {
	color: #055516;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #055516;
}
a:hover {
	text-decoration: underline;
	color: #E8912B;
}
a:active {
	text-decoration: none;
	color: #055516;
}
.style4 {
	color: #055516;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

