/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}

#sidebar { display:none }
#content{ margin-left:0; 
     float:none; 
     width:auto }

#header { height:75px; 
     font-size: 14pt; 
     color:black }
#content { margin-left:0; 
     float:none; 
     width:auto; 
     color:black; 
     font-size:10px;
 }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

#.cform { 
	margin:10px auto 0 auto; 
	width: 600px; 