/* Start of CMS style sheet 'Print' */
body {
color: #f00 !important;
background-color:#fff !important;
font-family:arial;
border:0 !important;
}

* {
border:0 !important;
}

/* all elements in content with class="noprint" will not be printed */
.accessibility,
.noprint
{
display:none !important; 
}

/* remove all width constraints from content */
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide this elements */
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 cause a pagebreak if it doesnt fit on the page */
}
/* End of 'Print' */

