a:link {
	color: #6600FF;
	text-decoration: underline;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;

}
a:hover {
	color: #CC0033;
	text-decoration: underline;

}
a:active {
	color: #006666;
	text-decoration: underline;

}
h3 {
	color: #FFFFFF;
	background-color: #003333;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14pt;
	padding: 3px;
}
p, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333;
}
.footer {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	color: #000000;


}
h4 {
	color: #006666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
}
h2 {
	color: #003333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	padding: 3px;
	border-bottom-style: solid;
	border-top-style: solid;
}
li {
	padding-bottom: 6px;
}