/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


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 */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

#logocontainer,#underlogostrip_left,.upperlogo,#underlogostrip_right,#menucontainer,
#content_left,#content_right,.footermenu,.footertext,.nic1{
display:none;
}


/* End of 'Print' */

