/* Start of CMSMS style sheet 'print' */
body {
font-size: 12pt !important;
color: #000 !important; 
background-color:#fff !important; 
font-family:arial !important; 
border:0 !important; 
}

#headline {
	margin-bottom: 30pt;
}

#headline > h1 {
font-size: 18pt;
}


ul {
margin-bottom: 18pt !important; 
}


li {
	margin-left: 20pt !important;
	list-style-type: disc !important;
	list-style-position: outside !important;
}

#cont > h1 {
font-size: 16pt;
margin-bottom: 14pt;
}

#cont > h2 {
font-size: 14pt;
margin-bottom: 8pt;
}

#cont > p {
margin-bottom: 8pt;
}


/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
*/
.hidden, .u {
	display: none;
}


#head2 {
	display: none;
}

#menu_vert {
	display: none;
}
#footwrap {
	display: none;
}
.anf0 {
display: none;
}

.print {
display: block;
}
/* End of 'print' */

