body {
	background: #CCC;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}


#wrapper {
	background: #FFF;
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	text-align: center;
}


#header {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 95px;
	border-color: #000;
	width: 1000px;
	text-align: right;
	border-width: 0px;
}


#mainContent {
	background: #FFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px;
	height: 1500px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	float: left;
	overflow: scroll;
}
#mainContent table {
	border-color: #000;
	background: #FFC;
	top: auto;
	right: auto;
	bottom: inherit;
	left: auto;
	margin: auto;
	clear: left;
}
#sidebar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: #FFC;
	float: left;
	height: 1500px;
	width: 210px;
	text-align: center;
	font-size: small;
	font-weight: normal;
}
#sidebar2 {
	background: #FFC;
	float: right;
	height: 1500px;
	width: 210px;
	font-size: 10pt;
	text-align: center;
}



#footer {
	background: #999;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 30px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: center;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.redText10 {
	font-size: 10pt;
	color: #F00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.greyText {
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.blackTxt10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
