﻿.pageTitle
{
    font-size: 20px;
    font-weight: bold;
}
.sectionTitle
{
    font-size: 14px;
    font-weight: bold;
}
.reportCategory
{
    font-weight: bold;
    color: #000000;
    background-color: #c0c0c0;
    text-align: right;
}
.rowStyle
{
    font-size: 10pt;
    color: black;
    font-family: Arial, Helvetica;
    background-color: white;
}
.altRowStyle
{
    font-size: 10pt;
    color: black;
    font-family: Arial, Helvetica;
    background-color: #ddddff;
}
.headerStyle
{
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial, Helvetica;
    background-color: blue;
    font-weight: bold;
    text-align: center;
}
A.th
{
    color: #ffffff;
    text-decoration: underline;
}
