﻿body 
{
}

@media screen 
{
    td {font-family: Arial; font-size: 10pt; color: #9E0B0E}
    a {font-family: Arial; font-size: 10pt; color: #9E0B0E}
    A:hover {color: #9E0B0E; text-decoration: underline; text-transform: uppercase; font-weight: bold; font-size: 8pt}
    
}
    
@media print 
{
    .noprint {visibility: hidden;}
    P.breakhere {page-break-before: always;}
    td { font-family: Arial; font-size: 8pt;}
    .blank {height: 1px;}
}