   * {
          font-family: "Trebuchet MS", "sans-serif";
          font-size: small;
          line-height: 2;
          color: #333333;
     }

   A {
          font-weight: bold;
          text-decoration: none;
     }

   A:link {
          color: #333333;
          }

   A:visited {
             }

   A:hover {
          color: blue;
           }

   A:active {
          color: blue;
            }

   ACRONYM {
          border-bottom: 1px dotted;
          cursor: help;
           }

   BODY {
          margin-top: 20px;
          margin-bottom: 20px;
          margin-left: 20px;
          margin-right: 20px;
          background-color: white;
        }

   H1 {
          font-size: x-large;
      }

   H2 {
          font-size: x-large;
      }

   HR {
          margin-top: 10px;
          margin-bottom: 10px;
          border-top: 0px;
          border-bottom: 0px;
          border-left: 0px;
          border-right: 0px;
          color: black;
          background-color: black;
          width: 200px;
          height: 1px;
      }

   IFRAME {
          width: 90%;
          height: 300px;
          }

   TABLE {
          margin-left: auto;
          margin-right: auto;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          padding-right: 5px;
         }

   TH {
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          padding-right: 5px;
          border-top: thin dashed black;
          border-bottom: thin dashed black;
          border-right: thin dashed black;
          background-color: white;
      }

   TD {
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          padding-right: 5px;
          border-bottom: thin dashed black;
          border-right: thin dashed black;
      }

   UL {
          list-style-type: square;
      }

   .bigblue {
          font-size: larger;
          color: blue;
            }

   .border {
          border-top: thick solid white;
          border-bottom: thick solid white;
          border-left: thick solid white;
          border-right: thick solid white;
           }

   .center {
          text-align: center;
          vertical-align: middle;
          border-left: thin dashed black;
           }

   .hilite {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 30px;
          padding-right: 30px;
          background-color: #CCCCCC;
           }

   .hilite A:visited {
          color: black;
                     }

   .icon {
          vertical-align: middle;
          margin-left: 5px;
          margin-right: 5px;
         }

   .nobullet {
          list-style-type: none;
             }

   .redlink {
          color: #FF6666;
            }

   .redlink A:visited {
          color: red;
                      }

   .redlink A:hover {
          color: white;
                    }


