body {
	background-color: #CCFFFF;
	color: #0000CC;
	font-family: Trebuchet MS, Times, Serif;
	font-size: 9pt;
}

div {
        font-family: Trebuchet MS, Times, Serif;
}

div.bigheader {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

div.header {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

div.copyfooter {
	font-size: 7pt;
	text-align: center;
}	

a:link {
	color: #990000;
	font-decoration: underline;
}

a:visited {
	color: #330066;
	font-decoration: underline;
}

a:active {
	color: #FF0000;
	font-decoration: underline;
}

a:hover {
	color: #0000FF;
	font-decoration: none;
}	