@media print {


#content {
    font-family: Verdana, Arial, sans-serif;
	color: black;
}
h1, h2, h3, h4, h5, p, ul, li {
    font-family: Verdana, Arial, sans-serif;
	color: black;
	line-height: 150%;
}
.print {
display:none;
}
#contentbody {
    font-family: Verdana, Arial, sans-serif;
	color: black;
}

body:before {
content: url(../images/global/npdb.gif);
}

#content img {

display:block;
page-break-after: avoid;
page-break-inside: avoid;
}
body {
    background: #fff;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0px;
  }
  hr {
    color: #ccc;
    background-color: #ccc;
  }
  h1 {
    font-size: 11pt;
  }
  h2 {
    font-size: 10pt;
  }
  h3 {
    font-size: 9pt;
  }
  h4, h5, h6 {
    font-size: 8pt;
  }
  code, pre {
    font-size: 8pt;
    background-color: transparent;

  }

  a:link, a:visited {
    text-decoration: underline;
    color: #000;
  }
  
table {
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
	border-collapse: collapse;
}
th, td {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
	border-collapse: collapse;
}
button {
	display: none;
}

#Content a:after { /* select links in the content area only */
      content: " [" attr(href) "] ";
      text-decoration: none;
      display: inline;
    }

#global-header {display:none;}
#footer {display:none;}
#bottom {display:none;}
#megamenu {display:none;}
#rightColumn {display:none;}
#print {display:none;}
#text-size {display:none;}
#skip-link {display:none;}
#resize {display:none;}
#infographic {display:none;}
#breadcrumb {display:none;}
#close {display:none;}


.site-description {display:none;}
.site-title {display:none;}

}
ol, li {
display: visible
}

