.table100 {
            width: 100%;

          }

.basetable100 {
            width: 100%;
            border-color: #000000;
            border-width: 1px;
          }

.standard {
            font-family: Arial;
            font-size: 14px;
            line-height: 1.2;
            margin-top: 0;
          }

.standardreverse {
            font-family: Arial;
            font-size: 14px;
            line-height: 1.2;
            margin-top: 0;
            color: #FFFFFF;
          }

.sidebar {
            font-family: Arial;
            font-size: 13px;
            line-height: 1.2;
            text-align: left;
            margin-top: 0;
          }

.copyright {
            font-family: Arial;
            font-size: 10px;
            line-height: 1.2;
            text-align: center
          }

.heading1 {
            font-family: Arial;
            color: #CD0000;
            font-size: 18px;
            line-height: 1.0;
            font-weight: 700;
          }
.heading2 {
            font-family: Arial;
            color: #000000;
            font-size: 16px;
            line-height: 1.2;
            font-weight: 700;
            font-style: italic;
          }
.heading3 {
            font-family: Arial;
            color: #025F9C;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 700;
            text-decoration: underline;
          }

A:link {
            color: #CD0000;
            text-decoration: none;
            font-weight: 700;
        }

A:visited {
            color: #CD0000;
            text-decoration: none;
            font-weight: 700;
        }


A:hover {
            color: #CD0000;
            text-decoration: underline;
            font-weight: 700;
        }