html,
html body,
body #wrapper {
background-color:#fff!important;
background-image:none!important;
-moz-box-shadow: 0!important;
-webkit-box-shadow: 0!important;
box-shadow: 0!important;
}
body {
font-size:8pt;
color:#000!important;
padding:0;
}
body {
width:100%!important;
}
#content {
width:95%!important;
padding:inherit 0!important;
}
#columns,
body #wrapper {
overflow:visible;
}
#content {
float:none;
}
#header {
background-image:none;
background-color:#fff;
}
#toolbar,
#search,
body #previous-reports,
.menu,
#chapters,
#sidebar,
#footer,
#content .footnotereverse {
display:none;
}

a {
color:#000!important;
}
/* Displays urls for links when printed */
#content .footnotes a:after {
content: " (" attr(href) ") ";
color:#666;
font-size: 85%;
}
#content .footnote a:after,
#content .footnotereverse a:after{
content: "";
}