/* START OF CMSMS style sheet 'Print' */

/* Sections that are hidden when printing the page. We only want the content printed. */
* { border:0 !important; }
body { color: #000 !important; background-color:#fff !important; font-family:arial; border:0 !important; }
.accessibility, .noprint { display:none !important; }
div#content, div#main { display:block !important; width:100% !important; border:0 !important; padding:1em !important; }
div#header, div#header h1 a, div#footer, div#menu_vert, div#news, div.right49, div.left49, div#sidebar { display: none !important; }
img { float:none; }

/* END OF 'Print' */
