﻿#taxNotice
{
    width: 100%;
    border-width: 3px;
    border-color: #0000D9;
    padding: 2px;
    background-color: #FFFFCC;
    color: #000000;
    font-size: 13pt;
    font-weight: normal;
    vertical-align: middle;    
    border-top-style: solid;
    text-align:center;
}

.standout
{
    color: #0000D9;
    font-size: 10pt;
}

table.authorityList tfoot td div.columnLabels
{
    background-color: #0000D9;
    color: #FFFFFF;
    font-size: 7pt;
    width: 100%;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.columnLabels
{
    background-color: #0000D9;
    color: #FFFFFF;
    font-size: 7pt;
    width: 100%;
    line-height: 18px;
}

table.valuesTable thead th
{
    width:15%;
    border-width: 1px;
    border-color: #000000;
    margin: 0px;
    padding: 5px;
    background-color: #0000D9;
    color: #FFFFFF;
    text-align: center;
    border-right-style: solid;
}


