@page {
 size: 210mm 297mm;
 margin: 10mm;
}

body {
 background:transparent;
}

body, td, p, div, span {
 font-family:verdana, sans-serif;
 font-size: 8pt;
}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

table {
 border: 1px solid #555;
 border-spacing: 0;
 border-collapse: collapse;
}
th {
 font-size:8pt;
 font-weight: bold;
 border: 1px solid #555;
 background-color: #555;
 margin: 0; padding: 3px;
 color: #fff;
 text-align: center;
}
td {
 border: 1px solid #555;
 margin: 0; padding: 3px;
}
td.th {
 font-weight: bold;
 text-align: right;
}
a {
 color:black;
 text-decoration:none;
}

.NoPrint {
 display: none;
}

a[href].Printable:after {
 content: " [" attr(href) "]";
}


