/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5b;
}
.small {
	font-size: 8pt;
	color: #5b5b5b;
}

.highlight {
	font-size: 10pt;
	color: #e47333;
}

a:link {
	color: #5b5b5b;
	text-decoration: none;
	border-bottom:1px dotted;
}
a:visited {
	text-decoration: none;
	color: #5b5b5b;
	border-bottom:1px dotted;
}
a:hover {
	text-decoration: none;
	color: #e47333;
	border-bottom:1px dotted;
}
a:active {
	text-decoration: none;
	color: #5b5b5b;
	border-bottom:1px dotted;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8b8b8b;
}
-->
