.table100 {
            width: 100%;
          }

.standard {
            font-family: Arial;
            font-size: 10pt;
            line-height: 1.2;
            margin-top: 0;
          }

.sidebar {
            font-family: Arial;
            font-size: 13pt;
            line-height: 1.2;
            text-align: left;
            margin-top: 0;
          }

.copyright {
            font-family: Arial;
            font-size: 10pt;
            line-height: 1.2;
            text-align: center
          }

.heading1 {
            font-family: Arial;
            color: #CD0000;
            font-size: 18pt;
            line-height: 1.0;
            font-weight: 700;
          }
.heading2 {
            font-family: Arial;
            color: #CD0000;
            font-size: 16pt;
            line-height: 1.0;
            font-weight: 700;
            margin-bottom: 5px;
            font-style: italic;
          }
.heading3 {
            font-family: Arial;
            color: #CD0000;
            font-size: 12pt;
            line-height: 1.2;
            margin-bottom: 0;
            font-weight: 700;
            text-decoration: underline;
          }

A:link    {
            font-family: Arial;
            font-size: 10pt;
            color: #000080;
            font-weight: 700;
            font-style: italic;
            text-decoration: none;
          }

A:visited {
            font-family: Arial;
            font-size: 10pt;
            color: #000080;
            font-weight: 700;
            font-style: italic;
            text-decoration: none;
          }
