@charset "utf-8";
/* CSS Document */
h1 {
	color: #75A50E;
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
hr {
	color: #93c83c;
	background-color: #93c83c;
	width: 90%;
	height: 8px;
}
h5 {
	text-align: center;
}
a {
	color: #019D00;
	font-weight: bold;
}
h5 a {
	color: #FFFFFF;
	background-color: #339900;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
h5 a b {
	font-size: 18px;
}