﻿.noprint
{
    display: none !important;
}

table 
{
    width: 100% !important;
}

.printcontent
{
    width:100%;
    height:auto;
    overflow:visible;
}

table.standard
{
    font-family: arial,sans-serif;
    border-style: solid;
    border-width: thin;
    border-color: Black;
}


td.header
{
    font-size: 11pt;
    font-family: arial,sans-serif;
    font-weight: bold;
    border-bottom: thin solid black;
}

td.bluedetail
{
    background-color: White;
    font-family: arial,sans-serif;
    font-size: 10pt;
    color: Black;
}

td.whitedetail
{
    background-color:White;
    font-family: arial,sans-serif;
    font-size: 10pt;
    vertical-align: top;
}


body, #footer, #header 
{
    font-family: arial,sans-serif;
    color: Black !important;
}

.standaloneheader
{
    font-family: arial,sans-serif;
    color: Black !important;
}

.footer
{
    font-family: arial,sans-serif;
    text-align: center;
}