body
{
	background-color: #FFFFFF;
}
#printHeader
{
	display: block;
	font-family: Arial, Helvetica, sans;
	font-size: 11pt;
	font-weight: bold;
	float: none !important; 
}
#pageHolder {
	width: auto;
    border: 0;
	margin: 0 2.5%;
	padding: 0;
	float: none !important; 
}
#content {
	float: none !important; 
	width: auto;
}
#sideNav, #sideNavLinks, #header {
	display:none;
}
p, address
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	line-height: 18pt;
	margin: 0 0 10pt 0;
	width: auto;
}
ul, ol
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	width: auto;
	line-height: normal;
	margin: 0px 0 10px 12px;
}
.sectionMarker, h1 {
	font-family: Arial, Helvetica, sans;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0 0 10pt 0;
}
.smallHorizontalNav
{
	display:none;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	text-align:center;
}
h2 {
	font-family: Arial, Helvetica, sans;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0 0 10pt 0;
}
A:link, A:visited {background: white; color: black; text-decoration: underline;} 

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   } 
