<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.chart_type_section {
    border-collapse: collapse;
    width: 390px;
    height: 60px;
}

table.chart_type_section tr.top_row td {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-top: 8px;
    padding-left: 8px;
    vertical-align: top;
}

table.chart_type_section tr.bottom_row td {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-bottom: 5px;
    padding-left: 8px;
    vertical-align: top;
}

table tr td.formulaDetails {
    font-family: Arial Tall, Arial, sans-serif;
    font-style: italic;
    padding-bottom: 4px;
    padding-right: 8px;
    vertical-align: bottom;
    font-size: 8pt;
    text-align: right;
}

table.latest_period_summary_section tr td.data {
    color: #0D3862;
        padding-right: 15px;
        padding-left: 5px;

}

table.latest_period_summary_section tr td.footer {
    height: 2px;
}

table.chart_type_section tr td span {
    cursor: pointer;
}


table.period_type_section {
    border-collapse: collapse;
    width: 240px;
    height: 60px;
}

table.period_type_section tr.top_row td {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-top: 10px;
    padding-left: 8px;
    vertical-align: top;
}
table.period_type_section tr td.top_row2 {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 4px;
    vertical-align: top;
    align: right;
}

table.period_type_section tr td.top_row1 {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-top: 7px;
    padding-left: 0px;
    vertical-align: top;
}

table.period_type_section tr.bottom_row td {
    font-size: 10pt;
    font-family: Arial Tall, Arial, sans-serif;
    padding-bottom: 5px;
    padding-left: 8px;
    vertical-align: top;
}


 span.customStyleSelectBox { font-size:11px; background-color: #0A85C7; color:#ffffff; padding:5px 5px;
 border:1px solid #e7dab0; -moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px 5px; line-height: 11px; }
  span.customStyleSelectBox.changed { background-color: #0968AB; } .customStyleSelectBoxInner { background:url(../images/arrow2.png) no-repeat center right; }</pre></body></html>