/* Start of CMSMS style sheet 'imprime' */
/*
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; border:0 !important; }

/* This affects every tag */
* { border:0 !important; }

.accessibility, .noprint { display:none !important; }

/* remove all width constraints from content area */
div#content, div#main { display:block !important; width:100% !important; border:0 !important; padding:1em !important; }

/* hide everything else! */
div#gb-header, div#breadcrumbs, div#sidebar, div#header,
div#logo, div#logo h2 a, div#nav, div#search, div#footer,
div#menu_vert, div#mosaic, div#pousse, div#pulzze,
div#news, div#start_sub_mn, div#line_sub_mn, 
div#end_sub_mn  {  display: none !important;}

img { float:none;}

/* End of 'imprime' */

