
 .StdPage
  {
    background-color: #E8E7E3;
    margin-top:4; margin-left:4
  }
  
 .Title{ font-family:Verdana,Arial; font-size:12pt;
          background-color: #E8E7E3; color: #000000;
          text-align: center;
          border-width:0; 
          font-weight:600;
          position: relative; left: -2px;
    	 }      

 .Bar{ font-family:Verdana,Arial; font-size:8pt;
          background-color: #096BCE; color: #F7F4DD;
          border-width:0; 
          font-weight:600;
          position: relative; left: -5
    	 }      

 .Btn { font-family: Verdana,Arial; font-size: 8pt;
        background-color: #B4B4B3; color: #000000;
        cursor:pointer;cursor:hand;
        border-width: 1px;
        width: 110; height: 20;
        background-position-y:center
      }

 .RadioBtn {
             position:relative; top:5px;
           }

 .Lbl {
       font-family:Verdana,Arial; font-size:8pt;
       position: relative; left: 6px
      }

 .Msg {
       font-family:Verdana,Arial; font-size:8pt;
       color: #444444;
       position: relative; left: 6px
      }
            
 .Txt {
       font-family:Verdana,Arial; font-size:8pt
      }

 .TxtUpper {
       font-family:Verdana,Arial; font-size:8pt;
       text-transform: uppercase
      }

 .TxtArea {font-family:Verdana,Arial;
           font-size: 8pt;
           color: #000000 
          }

 .TxtBar {border-right:1px solid #FFFFFF; border-top:1px solid #096BCE; font-family:Verdana,Arial; font-size:8pt;
          color: #FFFFFF;
          border-left-style: solid;
          border-left:2px solid #32586F; 
          background-color:#32586F	      
    	 }
