html { scrollbar-Base-Color: #1A387F;
       scrollbar-Track-Color: #1A387F; 
       scrollbar-Arrow-Color: #ffffff; }

body { background-image: url('bg.gif');
       background-attachment: fixed;
       background-position: 0px 0px;
       background-repeat: repeat;
       background-color: #0D1C47; }

#left { position: absolute;
        overflow: hidden;
        left: 82px;
        top: 0px;
        z-index: 1;
        width: 368px;
        height: 355px; }

#right { position: absolute;
         overflow: hidden;
         left: 450px;
         top: 0px;
         z-index: 1;
         width: 87px;
         height: 247px; }

#text { position: absolute;
        overflow: hidden;
        left: 119px;
        top: 317px;
        z-index: 2;
        width: 326px;
        font-family: arial,verdana,helvetica,sans-serif;
        font-size: 12px;
        color: #ffffff;
        text-align: justify; }
       
a { text-decoration: none;
    background-color: #132964;
    color: #ffffff; 
    font-weight: bold;
    border-color: #84A5DB;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px; }
    
a:hover { text-decoration: none;
          background-color: #84A5DB;
          border-color: #ffffff;
          border-style: solid;
          border-bottom-width: 1px;
          border-top-width: 1px;
          border-left-width: 0px;
          border-right-width: 0px; }
          
td { font-family: arial,verdana,helvetica,sans-serif;
     font-size: 12px;
     color: #ffffff;
     text-align: justify; }
     
.disclaimer { font-size: 10px;
              text-align: center; }

.header { font-size: 18px;
          letter-spacing: 6px;
          font-weight: bold;
          color: #0E1F4C; }
         
textarea, input, option { font-family: arial,verdana,helvetica,sans-serif;
                          font-size: 12px;
                          color: #ffffff;
                          border-color: #97B2DF;
                          border-width: 1px;
                          background: #0D1C47; }