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