.maintable {
	background: #999999 url(images/logobw.gif) no-repeat center center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ##54CCFF;
	font-weight: bolder;
}
body {
	margin: 0px;
	background-color: #999999;
}
a {
	color:#DC143C;
}
.smlogobg {
	background-image: url(images/logobwsm.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.smlogobgbottom {
	background-image: url(images/logobwsm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#left {
	padding:0px;
	float:none;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#9E9E9E;
	border:1px solid #F8F8F8;
	text-align:center;
}
#left h2 {
	text-align:center;
	margin:0px;
	padding:0px;
}
#left ul {
	padding-left:0px;
	padding-right:0px;
	list-style:none;
}
#content {
	margin-left:20px;
	margin-right:20px;
}
.error {
	text-align:center;
	color:#FF0000;
	font-size: 18px;
	font-weight:bold;
}
