@media screen
{
H2 { text-align: center }
.CP
{
text-transform: uppercase;
text-align: center;
color: white;
font-weight: bold;
background-color: #0F9050;
background-image: none
}
TR.TSA,TR.SAD
{
font-style: italic;
background-color: #ffff88;
background-image: none;
}
TD.TSA,TD.SAD { text-align: right; }
.INT { text-align: center; }
.TWCP { text-align: center; }
.noprint { }
.printonly { display:none; }
}

@media print
{
H2 { font-size: small; text-align: left }
H3 { font-size: small; text-align: left }
TH { border-width: 0px; text-decoration: underline}
TD { font-size: xx-small; border-width: 0px}
.CP { font-weight: bold; text-transform: uppercase; }
.TWCP { font-weight: bold; }
.INT { }
TR.TSA { font-style: italic; }
TD.TSA { text-align: right; }
.noprint { display:none;  }
.printonly { }
}
