/* Combined Style Sheets */

/* --- print --- */


/* Hide For Printing */		
#header, #menu, #footerLinks, #testLinks, #leftnav, #rightnav, #rightBar {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	}

/* Clean For Printing */
#contentPane, #frame, body, #content, #contentRight, #page {
	background-color: #ffffff;
	border:0px solid #ffffff;
	margin:auto;
	width:auto;
	float:none;
	}
	
body, div {
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	}
#contentPane p {
	line-height:normal;
	}
	
.webOnly {
display: none;
}