body {
	background-color: White;
}

#page {
	margin-left: 0px;
	margin-right: auto;
	width: 100%;
	background-color: White;
}

#head-print {
	display: block;
	height: 95px;
	border-bottom: 1px solid #003399;
}

#foot-print {
	color: #003399;
	display: block;
	padding: 5px;
	border-top: 1px solid #003399;
}

#head {
	display: none;
}

#foot {
	display: none;
}

#mainTable {
	width: 100%;
}

#mainTable #mainTableLeft {
	display: none;
}

#mainTable #mainTableRight {
	display: none;
}
#mainTable #mainTableRightTop {
	display: none;
}
#mainTable #mainTableRightBottom {
	display: none;
}

#mainTable #mainTableCenter {
	background-color: White;
	background-image: none;
	width: 100%;
	padding: 5px;
}

#content, #main {
	background-color: White;
	width: 100%;
	border: none;
}

