/* CSS Document */

.noPrint {
display:none;
} 

p {
page-break-before: always;
}

body {
color:#000000;
margin-bottom:30px;
padding:0px;
font: normal 10pt verdana,arial,sans-serif;
}

#tablemain {
position:absolute; left:0px; top:0px;
}
 
.pheader {display:block;}

.pb4 {page-break-before: always;}
 
.printonly {display:inline;}

.table {display:table;}
.tr {display:table-row;}
.td {display:table-cell;}