/* CSS Document */
body
    {
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    
h2
     {
          font-size: 14pt; 
          font-family: 'Verdana','sans-serif';
          color: #9999ff;
     }
h3
     {
          font-size: 12pt; 
          font-family: 'Verdana','sans-serif';
          color: #9999ff;
     }    
#Banner
     {
          position: absolute;
          left: 0px;
          top: 0px;
     }

     
#Footer
     {
          position: absolute;
          width: 1020px; 
          left: 2px;
          top: 602px;
     }
          
#MainBody
     {
          position: absolute;
          left: 10px;
          top: 112px;
          width: 1020px;
          overflow: auto;
          font-size: 8pt; 
          font-family: 'Verdana','sans-serif';
     }
     
#Master
    {
        position: absolute; 
        left: 50%; 
        margin-left: -511px; 
        width: 1022px; 
    }

#Master800
    {
        position: absolute; 
        left: 50%; 
        margin-left: -511px; 
        width: 800px; 
    }