* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
Body {
	background-color: #4A4A4A;
}
.MainPageBox {
	border-collapse: collapse;
	border-spacing: 0px;
	/*width: 850px;*/
	height: 100%;
	background: white;
	margin: auto;
}
.logo {
	background: url(../gifs/logo_new.gif) no-repeat;
	width: 242px;
	height: 84px;
}
.logoBg {
	background: url(../gifs/logoBg.gif) repeat-x;
	width: 570px;
	height: 84px;
}
.leftLogoCorner {
	background: url(../gifs/leftLogoBgCorner.gif) no-repeat;
	width: 23px;
	height: 84px;
}
.rightLogoCorner {
	background: url(../gifs/rightLogoBgCorner.gif) no-repeat right bottom;
	width: 23px;
	height: 84px;
}
.rightBottomCorner {
	background: url(../gifs/rightBottomCorner.gif) no-repeat right bottom;
	width: 23px;
	height: 26px;
	font-size: 1px;
}
.leftBottomCorner {
	background: url(../gifs/leftBottomCorner.gif) no-repeat;
	width: 23px;
	height: 26px;
	font-size: 1px;
	
}
.bottomCorner {
	height: 26px; 
	font-size: 11px; 
	text-align: center;
	background: url(../gifs/bottomCorner.gif) repeat-x;
}
.menueRow{
	height: 12px;
	font-size: 11px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}