/* CSS Document */

body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	background-color: #FFFFFF;
	}
a {
	color: #000066;
	text-decoration: underline;
	}
a:visited {
	color: #000066;
	text-decoration: underline;
	}
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF; 
	background-color: #000066;
	}
	
td,th {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style1 {font-size: 9px}
.style3 {font-weight: bold; font-size: 24px;}
.style5 {font-size: 16px}
.style6 {font-size: 18px}
.style8 {color: #CC3300}
.style9 {color: #000000}
.style10 {color: #000066}


