<!--
@import "headers.css";
@import "styles1.css";
@import "styles2.css";

BODY {
                   cursor:default;
                   margin:0;
                  padding:0;
         background-image:url('../bg-top.jpg');
      background-position:left top;
        background-repeat:repeat-x;
         background-color:#003252;
                    color:#003252;

              font-family:Arial;
               font-style:normal;
              font-weight:normal;
                font-size:10pt;
           letter-spacing:0;
             word-spacing:3pt;
              line-height:12pt;
}

A {
                    color:#000080 /**/;
                     font:inherit /*!important*/;
          text-decoration:none;
}

A:hover {
          text-decoration:underline;
}

TABLE, TD {
              font-family:Arial, Trebuchet MS;
                font-size:10pt;
               font-style:normal;
              font-weight:normal;
              line-height:12pt;
           letter-spacing:0;
             word-spacing:0;

                   margin:0;
                  padding:0;
}

OL, UL {
              font-family:Arial, Trebuchet MS;
                font-size:10pt;
               font-style:normal;
              font-weight:normal;
              line-height:12pt;
           letter-spacing:0;
             word-spacing:0;

                   margin:2pt;
              margin-left:8pt;
                  padding:0;
}

INPUT, TEXTAREA, SELECT {
              font-family:Arial, Trebuchet MS;
                font-size:10pt;
               font-style:normal;
              font-weight:normal;
              line-height:12pt;
           letter-spacing:0;
             word-spacing:0;

                   margin:0;
                  padding:0;
         background-color:transparent;
                   border:1px solid #003399;
}

TEXTAREA {
              font-family:Courier New;
}

BUTTON {
               text-align:center;
           vertical-align:middle;
                    color:black;
}

//-->