@media print {
  TABLE { display: table; }
  TR { display: table-row }
  THEAD { 
    display: table-header-group; 
	border: solid 3px black;
  }
  TBODY { display: table-row-group }
  TFOOT { display: table-footer-group }
  COL { display: table-column }
  COLGROUP { display: table-column-group }
  th { display: table-cell; }
  td { display: table-cell; }
  .w { 
   font-family: arial; 
   font-size: 0.9em; 
  }
  td.z { 
   font-family: arial; 
   font-size: 0.8em; 
  }
  td.sml { font-size: 0.9em;}

  .breakhere { 
    page-break-before: auto; 
	page-break-inside: avoid; 
  }
  .hidden { display: none; }
  .shown { display: list-item; }
  
   .print_hidden
  {
  	MEDIA: print;
  	DISPLAY: none;
  }
 input {
   border-color: none;
 }
 select {
 }
}
