#globalContainer p
{
    margin-top: 0;
}

hr
{
    border: solid gray 1px;
    margin: 5px 0 5px 0;
}

.header hr
{
    margin: 0 0 20px 0;
}

p, table, td
{
    font-size: 7.5pt;
}

td hr
{
    border: none; border-top: solid #666666 1px
}


.performance
{
    width: 100%;
    text-align: right;
    border-collapse: collapse;
    border: solid gray 1px;
    line-height: 15pt;
}

.performance th, .performance td
{
    padding: 0 5px 0 5px;
}

.performance th, .table_header
{
    text-align: right;
    font-weight: bold;
    font-size: 7.5pt;
    line-height: 10pt;
}

.hidden_except_when_printing
{
    display: none;
}