/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list and don't use any other styles */

body, div, td, p { font-size:10pt; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; }

h1 { font-size:16px; border-bottom:1px solid #CCC; color:#000; text-transform:uppercase; }
h2 { font-size:14px; border-bottom:1px solid #CCC; color:#000; }
h3 { font-size:13px; border-bottom:1px solid #CCC; color:#000; }

a { font-weight:bold; text-decoration:none; color:#000; } 

.tableHead td { font-weight:bold; }
.tableBody td {  }

.rightColumn, .noprint, .tabbernav, .foot { display:none; }