h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    color: black;
    }
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    color: black;
    }
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: black;
    }
h4 {
    font-family: Palatino, Times-Roman, Garamond, serif;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    }
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    }
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    }
body {
    font-family: Palatino, Times-Roman, Garamond, serif;
    font-size: 12pt;
    color: black;
    background-color: white;
    }
ul {
    list-style-type: square;
    }
ul.empty {
    list-style-type: none;
    }
table {
    font-family: Palatino, Times-Roman, Garamond, serif;
    color: black;
    background-color: silver;
    }
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: black;
    background-color: gray;
    }
td {
    font-family: Palatino, Times-Roman, Garamond, serif;
    color: black;
    background-color: silver;
    }
table.idx {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    background-color: #FFFFFF;
    }
th.idx {
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: left;
    color: black;
    background-color: silver;
    }
td.idx {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: left;
    text-indent: 0pt;
    color: black;
    background-color: #FFFFC6;
    }
td.idxplain {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: left;
    text-indent: 0pt;
    color: black;
    background-color: #FFFFFF;
    }
address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: italic;
    color: black;
    background-color: white;
    }
.plain {
    font-family: Palatino, Times-Roman, Garamond, serif;
    font-size: 12pt;
    color: black;
    background-color: white;
    }
.note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    }
A:link {
    color: blue;
    }
A:visited {
    color: red;
    }
