body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#main {
	border: 0;
	background: none;
	width: 100%;
}

#header-nav, #topbar, #side, #midbar, #bodytop, #botbar, #footer-credit, .printlink {
	display: none;
}

#header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;

#header-name {
	color: #000;
}

#header-contact {
	color: #000;
	display: block;
}

#body {
	background: none;
	border: 0;
	width: 100%;
}

#bodytxt {
	color: #000;
	background: #fff;
	text-align: left;
	width: 100%;
}

#bodytxt h2 {
/* page title */
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
}

#bodytxt h3 {
	font-size: 12pt;
	font-weight: bold;
}

#bodytxt table {
	font-size: 9pt;
	padding-left: 10px;
}

#bodytxt table tr td {
	border-top: 1px dotted #000;
}

#bodytxt table tr th {
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 6px;
}

#footer {
	background: none;
	clear: both;
}

#footer-text {
	color: #000;
}

