/* CSS Document */
body {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial;
	background-color: #ffffff;
}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	margin: 5px;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	margin: 5px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	margin: 5px;
}
p {
	padding: 3px;
	margin: 3px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #587BB6;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	color: #10284F;
	text-decoration: underline;
}
