@charset "utf-8";
/* CSS Document */

body {
	color: #165102;
	background-color: #D8FECB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font12 {
	font-size: 12px;
	font-weight: normal;
	color: #165102;
}

.font14 {
	font-size: 14px;
	font-weight: normal;
	color: #165102;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font14hog {
	font-size: 14px;
	font-weight: normal;
	color: #165102;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.font16 {
	font-size: 16px;
	font-weight: normal;
	color: #165102;
}

.font18 {
	font-size: 18px;
	font-weight: normal;
	color: #165102;
}
.font20 {
	font-size: 20px;
	font-weight: normal;
	color: #165102;
}

.font24 {
	font-size: 24px;
	font-weight: normal;
	color: #165102;

}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0099;
}
a:hover {
	text-decoration: none;
	color: #330000;
}
a:active {
	text-decoration: underline;
	color: #009900;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #165102;
}
hr {
	border: 1px solid #006633;
}

