/* styles_print.css */

#headerprint {
display: block;
font-size: 12pt;
border-style: solid;
border-width: 0 0 1pt 0;
}

#menu_container {
display: none;
}

#hiddenfromview {
display: none;
}

#validatorlinks {
display: none;
}

#skip {
display: none;
}

* {
color: black !important;
background: white !important;
}

#wrapper {
border-style: none;
}

#footer {
border-style: solid;
border-width: 1pt 0 0 0;
}

#breadcrumbtrail {
display: none;
}

