@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #575757;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: nunderline;
	color: #000000;
}
a.html_links:link {
	color: #51704e;
	text-decoration: none;
	font-size:11px
}
a.html_links:visited {
	text-decoration: none;
	color: #51704e;
	font-size:11px
}
a.html_links:hover {
	text-decoration: underline;
	color: #ebf6e9;
	font-size:11px
}
a.html_links:active {
	text-decoration: none;
	color: #51704e;
	font-size:11px
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Tahoma;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #575757;
}
h2 {
	font-size: 16px;
	color: #89BC84;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
.formobject {
	font-family: Tahoma;
	font-size: 11px;
	color: #575757;
	background-color: #6D9D69;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #F6F6F6;
	border-left-color: #F6F6F6;
	margin-left: 10px;
	padding-left: 3px;
}

