/* Start of CMSMS style sheet 'WMP_Print' */
#Header {display;none;}
#Footer {display:none;}
#IconsBox {display:none;}
.Invisible {display:none;}

body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* 
remove all width constraints from content area
*/
div#MainContainer,
div#Body {
display:block !important;
width:100% !important;
border:0 !important;
padding:0 !important;
}

.stopfloat{clear:both; height:1px; font-size:1px; line-height:1px; margin:0;}
/* End of 'WMP_Print' */

