
.noPrint,
.hideOnPrint,
#headerTable,
#subNavRow,
#footerTable,
#tabNav,
.button1,
.buttonAlert,
.styledTable .pager
{
    display: none;
}

body,
#contentTable
{
    background-color: #fff;
}

body,
table,
td,
th, 
h3,
h4
{
    color: #000;
    font-family: Verdana, Arial, Tahoma;
}

#banner,
h3 
{
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 15px;
}

a:link,
a:visited,
a:active,
a:hover 
{
    text-decoration: none;
    color: #000;
}

.printBreak 
{
    page-break-after: always;
    display: block;
}