html { scrollbar-base-color: #58b3b8;
       scrollbar-track-color: #58b3b8;
       scrollbar-arrow-color: #ffffff; }

body { background-color: #b3e3d7;
       margin: 0px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          letter-spacing: 3px;
          color: #3c5f61; }

b, strong { color: #3e9c92; }
          
.disclaimer { font-size: 10px;
              text-align: center; }

a { text-decoration: none;
    color: #5a916a;
    font-weight: bold; }

a:hover { text-decoration: underline; }

#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          margin-top: -201px;
          width: 100%;
          text-align: center; }
       
#woot { position: relative;
        overflow: hidden;        
        margin: 0px auto;
        width: 399px;
        height: 402px; }

#maintext { font-family: trebuchet ms,verdana,arial,helvetica;
            font-size: 12px;
            text-align: justify;
            position: absolute;
            overflow: auto;
            left: 1px;
            top: 204px;
            width: 392px;
            height: 192px;
            z-index: 1;
            padding: 2px; }

#layout { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 0px;
          z-index: 0;
          width: 399px;
          height: 402px; }

option, input, textarea { border-color: #b4d2b8;
                          border-width: 1px;
                          border-style: solid;
                          background-color: #53a098;
                          color: #ffffff;
                          font-family: trebuchet ms,verdana,arial,helvetica;
                          font-size: 12px; }