#sidebar, #logo,  #header, #menu, #footer{
  display: none;
}

#wrapper, #footer, #entry {
 width: auto;
 margin: 0;
 padding: 0;
 float: none;
}
#content {
	float: none;
	width: auto;
	padding: 20px 20px 0 0;
}


#wrapper, #footer {
 overflow: visible;
}

html, body, {
 background: #FFF;
}



#banner {
 height: auto;
 text-align: center;
 border-bottom: 2pt solid #000;
 border-top: 2pt solid #000;
 padding: 10pt 0;
 margin-bottom: 15pt;
}

* {
  color: #000000 !important;
}

h1 {
  font-size: 30pt !important;
}

h2 {
  font-size: 16pt !important;
}

h3 {
  font-size: 16pt !important;
}

h5 {
  font-size: 14pt !important;
}
p, li, caption {
	font-size: 14pt !important;
}
table {page-break-inside:avoid}




