/* CSS Document */
body {
	background: #fff;
	color:#000;
	font-size:10pt;
}

a {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

#oDivMainBody, #oDivContent {
	width:auto !important;
	margin: 0 5% !important;
	padding:0;
	border:0 !important;
	float:none !important;
	background:transparent;	
}

#oDivMainBody h2 {
	font-size:18pt;
	font-weight:bold;
	width:auto;
	padding:0px 0px 10px 0px;
	border:0 !important;
	float:none !important;
	background:transparent;
}

#content a#ohclink:link:after {
	content: " ("attr(href) ") ";
	font-size: 90%;
}

#oDivFooter {
	display:none;
}

#oDivHeader, #oDivNavigation, #oDivBreadcrumbs, #oDivLeftPanel, #oDivRightPanel {
	display:none;
}