body {
	color:#000000;
	font-size:10pt;
	font-family:tahoma;
	background-color:#FFFFFF;
}

table, td, th {
	color:#000000;
	font-size:10pt;
	font-family:tahoma;
}

th {
	background-color:#000099;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	padding-left:5;
	padding-right:5;
}

td {
	padding-left:5;
	padding-right:5;
}

a:link {
	color:#000066;
	text-decoration:none;
}

a:visited {
	color:#000066;
	text-decoration:none;
}

a:active {
	color:#000099;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}