/* Start of CMSMS style sheet 'Print' */
* {margin:10px; padding:10px;}

body {padding:10px; color: #000 !important; background-color:#fff !important; font-family:arial; border:0 !important;}

* {border:0 !important;}

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

div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of 'Print' */

