﻿h1 {
	font-family: Tahoma;
	font-size: 20pt;
	font-weight:bold;
	font-style:italic;
	color: #3E8143;
	padding-left: 12px;
	padding-right: 12px;
}
h2 {
	font-family: "Tahoma";
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #3E8143;
	padding-left: 12px;
	padding-right: 12px;
}
h3 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #3E8143;
	padding-left: 12px;
	padding-right: 12px;
}
h4 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
}
h5 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #3E8143;
	padding-left: 12px;
	padding-right: 12px;
}
p {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
}
body {
	line-height: normal;
	text-align: justify;
	text-indent: 0px;
}
a:link {
	color: #3E8143;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #009999;
	text-decoration:none;
}
a:visited {
	color: #006699;
	text-decoration:none;
}
ul {
	padding: 0 12px 0 10px;
	font-family: Arial;
	font-size: 9pt;
	line-height: inherit;
	text-align: left;
	list-style-type: square;
	margin: 3px 15px 3px 15px;
	list-style-position: outside;
}
