/* 
2print.css 
use with tablecloth.css 
*/

#header { display: none; }
#hmenu { display: none; }
.trail { display: none; }
#navigation { display: none; }
#extra { display: none; }
#footer { display: none; }


#body { background: white; color: black; width: auto; }
h1 { font: 18pt Times bold; }
h2 { font: 16pt Times bold; padding: 0 0 10px 0; border-bottom: 1px solid #ccc; }
p { font: 11pt/18pt Times; }

.datatable3 { border: 1px solid #D6DDE6; border-collapse: collapse; width: 100%; }
.datatable3 td { border: 1px solid #D6DDE6; text-align: left; 
	font:  11pt/18pt Times; padding: 4px; width: 25%; }
.datatable3 th { border: 1px solid #828282; background-color: #E0E0E0; 
	font-weight: bold; text-align: left; padding: 4px; }
.datatable3 caption { font: bold 0.9em arial, sans-serif; background-color: #B0C4DE; 
	color: #33517A; padding-top: 3px; padding-bottom: 2px; border: 1px solid #789AC6; }
.datatable3 tr { vertical-align: top;}