html, body {
	font-family:Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size:10pt;
	}
table {
	font-size:10pt;
	}

a:link {
	font-weight:bold;
	color:#3E6ABE;
	text-decoration:none;
	}
a:visited {
	font-weight:bold;
	color:#3E6ABE;
	text-decoration:none;
	}
a:focus {
	font-weight:bold;
	color:#C19541;
	text-decoration:underline;
	}
a:hover {
	font-weight:bold;
	color:#C19541;
	text-decoration:none;
	}
a:active {
	font-weight:bold;
	color:#C19541;
	text-decoration:underline;
	}