@charset "UTF-8";
/* print CSS Document */

@media print {
section { display: block; page-break-before: always; }
pre code {page-break-after: always;}
@page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre {
word-wrap: break-word;
}
/*img {display:none;}*/
pre a[href]:after {
content: ""; }
pre abbr[title]:after {
content: ""; }
pre .ir a:after,
pre a[href^="javascript:"]:after,
pre a[href^="#"]:after {
content: ""; }
.no-print {display:none;}

body.f1200 div#header-m, body.f1200 div#content-m, body.f1200 div#footer-m {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

body.double #main {
    float: none;
    margin-right: 0px;
    width: 960px!important;
}

#utilities { display:none; }
}