body {
	background-color: #FFFFFF;
	background-image: url("bg.png");
}

td, tr, table {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}


a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #686568;
	text-decoration: underline;
}

.header {
	color: #0145aa;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	color: #0145aa;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}