body {
	font-size: 11px;
	font-family: Arial;
	color: #000;
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a
{
	color:#ffffff;
}
.mainTable {
	width: 777px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	border-left: solid 9px #fff;
	border-right: solid 9px #fff;
	border-bottom: solid 6px #fff;
}
.header 
{
	text-align:center;		
	border-top: solid 6px #fff;
	border-bottom: solid 6px #fff;
}
.mainSideBar {
	background-color: #A6A7A9;
	width:150px;	
	border-right: solid 4px #fff;
}

.mainContentRow
{
	border-top: solid 1px #fff;
}



.leftSideBar
{
	background-image: url(/Data/Images/General/innerMenuBkg.jpg);
	background-repeat: repeat;
	border-right: solid 0px #fff;
	width: 184px;
}

div.innerHeader
{	
	border-bottom: solid 0px #fff;
}
div.contentArea {
	padding:0px;
	width:590px;	
}

div.innerContentArea {		
	padding:10px 10px 10px 10px;		
}


.footer {
	clear: both;	
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left: 10px;
}

.footer a
{
	color:#ffffff;
}