table.quote {
    border: none;
    background-color: white;
    padding: 5px;
    border-collapse: none;
}

.quote_main {
    border: 1px dashed #003366;
    border-bottom: none;
    border-top: none;
    border-color: #003366;
}

.quote_context {
    padding-left: 30px;
    text-align: right;
    border: 1px dashed #003366;
    border-top: none;
    border-left: none;
    font-size: 8pt;
    border-color: #003366;;
}

.quote_year {
    text-align: left;
    width: 20px;
    border: 1px dashed #003366;
    border-top: none;
    border-right: none;
    font-size: 8pt;
    border-color: #003366;;
}


.tiny {
    font-size: 7pt;
    text-align: right;
    color: #AAA;
}

.nextprevious {
    font-size: 9pt;
    text-align: center;
}


TH {
    text-align: left;
    border-style: solid;
    border-color: #003366;
    color: #FFF;
    border-width: 0px;
    background-color: #036;
    padding: 5px 5px 5px 5px;
    font-size: 10pt;
    font-weight: bold;
}
