@charset "utf-8";
/* CSS Document */

body {
	color: #211D86;
	background-color: #D8FECB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font12 {
	font-size: 12px;
	font-weight: normal;
	color: #211D86;
}

.font14 {
	font-size: 14px;
	font-weight: normal;
	color: #211D86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font14hog {
	font-size: 14px;
	font-weight: normal;
	color: #211D86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.font16 {
	font-size: 16px;
	font-weight: normal;
	color: #211D86;
}

.font18 {
	font-size: 18px;
	font-weight: normal;
	color: #211D86;
}
.font20 {
	font-size: 20px;
	font-weight: normal;
	color: #211D86;
}

.font24 {
	font-size: 24px;
	font-weight: normal;
	color: #211D86;

}
a:link {
	color: #284e6b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #72509c;
}
a:hover {
	text-decoration: none;
	color: #284e6b;
}
a:active {
	text-decoration: underline;
	color: #284e6b;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #165102;
}
hr {
	border: 1px solid #006633;
}

