*
{
	background-image: none;
	background-color: #fff;
}
body {
	background: #fff;
	text-align: left;
	margin-left: 10px;
}

#main {
	background: #fff;
	margin: 0px;
	text-align: left;
	width: 100%;
}

#menu, #func, #adapt, #totop, #montreview .back, #montreview .forward, #right {
	display: none;
}

#content
{
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
}
* html #content { width: 100%; }
* html #content .inner { width: 100%; }
#footer {
	width: 550px;
	text-align: left;
	color: #000;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
* html #footer { width: 100%; }
.onlyprint
{
	display: block;
	font-size: 0.9em;
}

#bc, #bc a
{
	background: #fff;
	color: #000;
	padding: 10px 0px 0px 0px;
}

@media print {
	.onlyprint { display: none; }
}
