body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg.gif);
}
.maintable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #222222;
}
.MainNav {
	background-color: #660000;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/tile_back.jpg);
	width: 100%;
	height: auto;
	font-size: 12px;
}
.MainNav a {
	padding-right: 20px;
	padding-left: 20px;
}

.footer {
	font-size: 9px;
	text-align: center;
	color: #666666;
	height: auto;
}
.topNavLeft {
	white-space: nowrap;
	background-color: #666666;
	background-image: url(../images/tile_back.jpg);
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.topNavRight {
	white-space: nowrap;
	background-color: #666666;
	background-image: url(../images/tile_back.jpg);
	float: right;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	text-align: center;
	background-image: url(../images/header_bg.gif);
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.mainContentTable {
	width: 100%;
	background-color: #CCCCCC;
	color: #000000;
}
