/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
  color : #000000;
  background : #ffffff;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

a.print { display: none; }

.accessibility,
.noprint
 {
display:none !important; 
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}


div#brownBar,
div#navContainer,
div#subTopLineContainer,
div#topBarContainer,
div#footerContainer,
div.subNav
 { display: none; }

div.headline { display: none; }

div.subText { 
width: 100%;
}

div#subContent div.subText h2, div.searchText h2 {
font: bold 14pt Arial;
color: #000;
margin: 0 0 10px 0;
}

div#subContent div.subText h3 {
font: bold 12pt Arial, Helvetica, sans-serif; 
color: #000;
margin: 0 0 10px 0;
}

div#subContent div.subText p {
font: 12pt Arial, Helvetica, sans-serif; 
color: #000;
margin: 0 0 10px 0;
}

/* End of 'Print' */

