body {
	background-color: #202020;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.5;
	width: 100%;
	background-image: url(logobg.gif);
	background-repeat: no-repeat;
}

.tablemain {
	position: absolute;
	left: 50px;
	top: 150px;
	visibility: inherit;
	width: 90%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00000;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00000;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
