html, body {
	height: 100%;
	padding:0px;
	margin:0px;
}
body {
	background: black;
	background-position: top center;
	font-family: "Arial";
	font-size: 11pt;
	font-color: #ffcc00;
	padding: 0px;
	margin: 0px;
	color: #ffcc00;
}
a, a:link {
	text-decoration: none;
	color:#ffcc00;
}
a:hover {
	text-decoration: none;
	color:#ffcc00;
}
a:active {
	text-decoration: none;
	color:#ffcc00;
}
table.innertable {
	border-collapse: collapse;
	border: 1px solid #ffcc00;
}
td.innertd {
	border-collapse: collapse;
	border: 1px solid #ffcc00;
	font-family: "Arial";
	font-size: 10pt;
}
td.borderleft {
	border-left: 1px solid #ffcc00;
}
td.borderbottom {
	border-bottom: 1px solid #ffcc00;
}
td.bordertop {
	border-top: 1px solid #ffcc00;
}