﻿h1 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
h2 {
	font-family: "Futura Bk";
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
h3 {
	font-family: "BankGothic Md BT";
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-family: Agency Gothic CT Condensed;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
h5 {
	font-family: Agency Gothic CT Condensed;
	font-size: 24pt;
	font-weight: bold;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
p {
	font-family: "BankGothic Md BT";
	font-size: 10pt;
	color: #000000;
}
body {
	line-height: normal;
	text-align: justify;
	text-indent: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC00CC;
	text-decoration: underline;
}
a:active {
	color: #9900FF;
	text-decoration: none;
}
a:visited {
	color: #000000;
	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: 6px 3px 6px 3px;
	list-style-position: outside;
}

