body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(images/bg_grey.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
a {
	font-size: 9pt;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.boldorange {
	font-size: 10pt;
	color: #FEA503;
	font-weight: bold;
}
.boldgrey {
	color: #333333; 
	font-size: 10pt;
	font-weight: bold; 
}
.palegrey {
	color: #666666; 
	font-weight: bold; 
}
.small {
	font-size: 8pt
}

