@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color:#37407a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #660033;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #CC0066;
}
a:active {
	color: #660033;
}
.maintable {
	background:#FFFFFF;
	background-image:url(../images/sitebg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
.bottomcell {
	background-color:#7d92eb;
	height:20px;
	color:#FFFFFF;
	}
.extrabg {
	background:#FFFFFF;
	background-image:url(../images/botbg.jpg);
	height:150px;
	}
	
