/* CSS Document */

<style type="css">
.style1 {color: #CCCCCC}
.style1 {color: #0066FF}
.style2 {color: #000000}
.style4 {font-size: small}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.style7 {font-size: 12px}
.style8 {font-size: 12px; color: #000000; }
.style10 {color: #000000; font-weight: bold; }
.style11 {color: #FF0000}
.style12 {font-size: 9px}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #0099FF;
}
</style>
