/* Start of CMSMS style sheet 'Print' */
/*** 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, Helvetica, Verdana, Geneva, sans-serif;
	font-size:10pt;
	border:0 none !important;
	padding:0 !important;
	}


/* no need for accessibility on printout */
/* mark all elements you don't want to get printed with class="noprint" */
.accessibility, .noprint { display:none !important; }

/* remove all width constraints from content area */
div#content, div#main {
	display:block !important;
	width:100% !important;
	border:0 none !important;
	}

/* hide everything else! */
div#menuhoriz, div#search, div#menuvert, div#news, div.right49, div.left49, div#sidebar {
	display:none !important;
	}

/* this makes images couse a pagebreak if it doesnt fit on the page */
img { float:none; }
a img { border:0 none !important; }

h1 { font-size:1.5em; border-bottom:1pt solid #000; }
h2 { font-size:1.5em; }
h3 { font-size:1.25em; border-bottom:1pt solid #000; }
h4 { font-size:1.25em; }
h5 { font-size:1.0em; border-bottom:1pt solid #000; }
h6 { font-size:1.0em; }
a { color:#000; }
ul, ol, dl { margin-top:0; }

/* End of 'Print' */

