/* Start of CMSMS style sheet 'print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/
body {
	color: #000 !important; 			 
	background-color:#fff !important;  
	font-family:arial; 
	border:0 !important;  
	}

/* This affects every tag */
* {	border:0 !important; }

.accessibility,
.noprint { display:none !important; }

/* 
remove all width constraints from content area
*/

#printheader { display: block; }
#topnav, #header1,#foot, .quicklinks {
	display: none !important;
	}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of 'print' */

