/* Start of CMSMS style sheet 'Print' */
/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

dfn
{
display:none;
}
/* End of 'Print' */

