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

body {
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.Heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #666666;
}
.H2 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
	}
a:hover {
	text-decoration: none;
	color: #3333ff;
}
a:active {
	text-decoration: none;
	color: #000066;
	}

.notes {
    color: #FF0000
}