body {
	background-color: Black;
	margin: 0px;
}
table {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.gray {
	border: thin;
	border-color: #cccccc;
}
.bgr {
	background-image: url(img/bgr.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px;
}
.bgr2 {
	background-image: url(img/bgr2.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 10px;
}
a {
	text-decoration: none;
	color: Aqua;
}