body, html, table, tr, td {
	font-family: arial, sans-serif;
	font-size: 12px;
}

body {
	margin: 0 auto;
	background: url(sysimages/bgLoop.png) repeat-x #00385f;
	font-family: arial;
	font-size: 12px;
}

a {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.fatText {
	margin-left: 33px;
	color: #7f7966;
	font-weight: bold;
	text-decoration: underline;
}

.fatText a {
	font-size: 12px;
	color: #7f7966;
	font-weight: bold;
	text-decoration: underline;
}

.bodyBox {
	position: relative;
	width: 1080px;
}

.leftBox {
	position: relative;
	width: 234px;
	float: left;
}

.rightBox {
	position: relative;
	width: 825px;
	float: left;
}

.menuLoop {
	position: relative;
	background: url(sysimages/menuLoop.png) repeat-x #00385f;
	width: 234px;
	float: left;
}

.menuBg {
	position: relative;
	background: url(sysimages/menuBg.png) repeat-x #1372b9;
	background-position: bottom;
	width: 214px;
	float: left;
}

.menu {
	position: relative;
	width: 203px;
	float: left;
}

.topText {
	position: relative;
	height: 53px;
}

	span.topText1 {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	span.topText2 {
		color: #c3c3c3;
	}

.mainBoxPadding {
	position: relative;
	background: #ffffff;
	padding: 5px;
}

	.mainBox {
		background: #f3f2e9;
		clear: both;
	}
	
.centerSpacer {
	height: 10px;
	width: 777px;
	background: #e6e4d6;
	
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 19px;
}