.standard {
            font-family: Arial;
            font-size: 12pt;
            line-height: 1.2;
            margin-top: 0;
          }


.navigation {
              width: 100%;
              text-align: center;
              background-color: #000000;
              padding-top: 2px;
              padding-bottom: 2px;
              padding-left: 0px;
              padding-right: 0px;
            }

.navigation A:link
          {
            color: #FFFFFF;
          }

.navigation A:visited
          {
            color: #FFFFFF;
          }

.navigation A:hover
          {
            color: #00CD00;
          }




.copyright {
            font-family: Arial;
            font-size: 10pt;
            line-height: 1.2;
            text-align: center
          }

.heading1 {
            font-family: Arial;
            color: #000000;
            font-size: 18pt;
            line-height: 1.0;
            font-weight: 700;
            margin-bottom: 10px;
            bottom-border-style: solid;
            bottom-border-width: 1px;
            bottom-border-color: #000000;
          }
.heading2 {
            font-family: Arial;
            color: #000000;
            font-size: 16pt;
            line-height: 1.2;
            font-weight: 700;
            font-style: italic;
          }
.heading3 {
            font-family: Arial;
            color: #025F9C;
            font-size: 16pt;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 700;
            text-decoration: underline;
          }

A:link    {
            font-family: Arial;
            font-size: 12pt;
            color: #000080;
            text-decoration: none;
          }

A:visited {
            font-family: Arial;
            font-size: 12pt;
            color: #000080;
            text-decoration: none;
          }
