      body {
          background-color : #acacac;
          font-family : arial;
          font-size : 12px;
          color : #3f3f3f;
      }

      td {
          vertical-align : top;
      }




     .top {
          height : 49px;
          background-image : url('images/topda.jpg');
          background-repeat : no-repeat
      }
     .bottom {
          height : 50px;
          background-image : url('images/bottomda.jpg');
          background-repeat : no-repeat
      }
     .left {
          width : 49px;
          background-image : url('images/leftda.jpg');
          background-repeat : repeat-y
      }
     .right {
          width : 50px;
          background-image : url('images/rightda.jpg');
          background-repeat : repeat-y
      }

      

     .formbg {
          background-color : #0f76bb; 
      }
    








     .contentfont {
          font-size : 12px;
          font-family : arial;
          color : #3f3f3f;
      }
           .whitefont {
          font-size : 12px;
          font-family : arial;
          color : #FFFFFF;
      }
     .accentfont {
          font-size : 11px;
          font-family : arial;
          color : #0f76bb;
          font-weight : bold;
      }
      .smallfont {
          font-size : 11px;
          font-family : arial;
          color : #3f3f3f;
      }
     .formfont {
          font-size : 11px;
          font-family : arial;
          color : #FFFFFF;
          vertical-align: middle;
          padding-bottom: 5px;
      }



           .formdivfont {
          font-size : 14px;
          font-family : arial;
          color : #FFFFFF;
          padding: 20px;
          background-image : url('images/formdivbg.jpg');
          background-repeat : no-repeat;
      }



     h1 {
          font-size : 18px;
          font-family : arial;
          color : #0f76bb;
          font-weight: bold;
          margin-bottom: 0px;
      }


     .phonebg {
          background-image : url('images/phone.jpg');
          background-repeat : no-repeat;
          width: 188px;
          height: 46px;
          vertical-align: middle;
      }
     .phone {
          font-size : 17px;
          font-family : arial;
          color : #FFFFFF;
          font-weight: bold;
          padding-left: 35px;
          padding-right: 15px;
          vertical-align: middle;
          padding-bottom: 0px;
          padding-top:5px;
          margin: 0px;
      }






      form {
         margin-bottom: 0px; 
         margin-top: 0px;
      }


     HR {
          height : 0px;
          border : 0px;
          border-top: 1px solid #a2a2a2;
          margin-top : 5px;
          margin-bottom : 5px;
   }


     A:link {
          text-decoration : none;
          color : #0f76bb;
          font-family : arial;
          font-weight: bold;
      }
     A:visited {
          text-decoration : none;
          color : #0f76bb;
          font-family : arial;
          font-weight: bold;
      }
     A:hover {
          color : #3f3f3f;
          font-family : arial;
          font-weight: bold;
      }


.formfield { 
font-family: Verdana, Arial, sans-serif; 
color: #000; 
font-size: 11px; 
background-color: #FFFFFF; 
border: 1px solid #D1D2C2; 
padding: 2px; 
width: 100%;
vertical-align:middle;
}