@charset "utf-8";
body {
	background-color: #ebe9e7;
	margin-top: 0px;
}

.subMenuVerticalAlignement {
	vertical-align: top;
	padding-left: 25px;
}


#mainTable {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B7B6B6;
	border-bottom-color: #B7B6B6;
	border-left-color: #B7B6B6;
}
