#sidebar, #logo, #header,  #menu, #footer {
  display: none;
}

#wrapper, #footer, #entry, #content {
 width: 100%;
 margin: 0;
 padding: 0;
 float: none;
}

#content {
	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: 20pt !important;
}

h2 {
  font-size: 18pt !important;
}

h3 {
  font-size: 16pt !important;
}

h5 {
  font-size: 14pt !important;
}
p, li, caption {
	font-size: 14pt !important;
}
/*table {page-break-inside:avoid}*/
td { font-size: 11pt !important;}

img {page-break-inside:avoid;}



