@charset "UTF-8";
/* CSS Document */

<!--

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

.style1 {
	color: #CCCCCC;
	font-size: 10pt;
}

.style3 {
	color: #333333;
	font-weight: bold;
}
.style5 {font-size: 10px}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxHeader {
	font-size: 36px;
	color: #E4E4E4;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
-->

