/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/
body {
color: #000 !important;
background-color: #fff !important;
font-family: arial;
font-size: 12pt;
border: 0 !important;
}

* {
border:0 !important;
}

#navlist, #right-col {
    display: none !important;
}
/* End of 'Print' */

