﻿h1 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #003399;
}
h4 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #003399;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}
p {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
body {
	line-height: normal;
	text-align: justify;
	text-indent: 5px;
}
a:link {
	color: #003399;
	text-decoration:none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:active {
	color: #99CCFF;
	text-decoration:none;
}
a:visited {
	color: #336699;
	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;
}
