/* CSS Document */



<style type="text/css" media="print">




#mainwrapper {float: none;}

#content {
 	color: black;
 	font-family: "Times New Roman", Georgia, Times;
 	background-color: white;
 	font-size:10pt; 
	width: 750%;	
	float: none !important; 
 }

#header, #main, #right, #footer {
	display:none
}

.printonly
{font-size:18pt;
display:inherit;
}

a { font-weight:bold;}

.noprint {
	display:none;
}
