/* Start of CMSMS style sheet 'print' */
/* CSS Document */

/* Printing CSS */ 
title
.menu-header
,.menu-top
,.menu-body
,.menu-content
,* html .menu-content
,.menu-bottom
,div#header
,.logo
,.hide
{
display: none;
}
div#wrapper
div#main
,div#content
,td.content	
,.notes
,#main-content
 {
width:500px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left:-150px;
}
.copy { 
width:550px;
margin-left:-150px;
}

.genericTextBoldUl{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.outline-pagecontent	{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.pressrelease-border{
	border-top:1px solid #000000;
}
.genericTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	}


/* End of 'print' */

