
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodyclass {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
}


/*********************************** main ********************************************/
#wrap {
	width: 640px;
	background-image: none;
}

#main,
#container_top,
#container_bottom {
	width: 100%;
	background-image: none;
}

#printheader {
	width: 100%;
	height: 117px;
}

#bar_left,
#bar_right,
#header,
#bar,
#bottom,
#navcontainer,
#breadcrumb,
#footer {
	display: none;
	visibility: hidden;
}

/************************** content *******************/
#mainbody {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagetitle {
	width: 100%;
	color: #181d1c;
	font-size: 20px;
	font-weight: bold;
	background-image: none;
}

#printfooter {
	width: 100%;
	border-top: 1px solid #c42927;
	padding-top: 5px;
	color: #181d1c;
	font-size: 11px;
}	
