h1 {
	font-size: 12pt;
 	font-family: Arial;
 	font-weight: 600;
 	text-align: left;
 	margin: 20px 0px 15px 15px;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	color: #8bc53e;
	font-family: Arial;
}

h2 {
 font-size: 10pt;
 font-family: Tahoma;
 color: #ff9900;
}

h4 {
	font-weight: normal;
	font-size: 12pt;
	font-family: Arial;
	color: #000000;
}

p {
	font-size: 10pt;
	font-family: Tahoma;
	color: #000000;
}

ul {
	text-align: left;
	font-size: 10pt;
	font-family: Tahoma;
	color: #000000;
}

a.link:link {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.link:hover {
	color: #8bc53e;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.link:active {
	color: #8bc53e;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.link:visited {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

h1 a:link {
	color: #000000;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h1 a:active {
	color: #000000;
	text-decoration: none;
}

h1 a:visited {
	color: #000000;
	text-decoration: none;
}
