#mainTable {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
}

#topPart {
	height:199px;
	border-bottom:3px solid white;
	background-color:#fafafa;
}

#topPart Table TD {
	border-bottom:2px white solid;
}

#middlePart {

}
#middlePart #leftMenu {
	width:191px;
	padding:10px 10px 10px 10px;
	border-right:1px solid #f6f6f6;
}
#middlePart #content {
	padding:10px 10px 10px 10px;
}
#bottomPart {
	height:23px;
	background-color:#efefef;
}

#bottomPart DIV {
	padding:0 5px 0 5px;

}

#topMenu {
	height:27px;
	padding-left:20px;

}

#tomMenu A {
	font-size:12px;
	color: #555555;
	display:block;
	float:left;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	
}

#tomMenu A:hover{
	color:#0066FF;
}

#indexContent {
	border: 1px solid #e9e9e9;
	padding: 5px 5px 5px 5px;
}

#indexContent Table{
	border: 1px solid #e9e9e9;
	padding: 1px 1px 1px 1px;
}