      body {
          background-color : #acacac;
          font-family : arial;
          font-size : 12px;
          color : #3f3f3f;
          margin: 0px;
      }

      td {
          vertical-align : top;
      }




     .top {
          height : 49px;
          background-image : url('images/top.jpg');
          background-repeat : no-repeat
      }
     .bottom {
          height : 50px;
          background-image : url('images/bottom.jpg');
          background-repeat : no-repeat
      }
     .left {
          width : 49px;
          background-image : url('images/left.jpg');
          background-repeat : repeat-y
      }
     .right {
          width : 50px;
          background-image : url('images/right.jpg');
          background-repeat : repeat-y
      }

      

     .formbg {
          background-color : #767676; 
      }
    








     .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 : #cd1f36;
          font-weight : bold;
      }
      .smallfont {
          font-size : 11px;
          font-family : arial;
          color : #3f3f3f;
      }
      
      
       .underquestion {
          font-size : 11px;
          font-family : arial;
          color : #FFFFFF;
          padding : 15px;
          text-align: center;
      }

      
     .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 : 16px;
          font-family : sans-serif;
          color : #cd1f36;
          font-weight: bold;
          margin-bottom: 0px;
      }



     .phone {
          font-size : 20px;
          font-family : arial;
          color : #cd1f36;
          font-weight: bold;
          padding-left: 10px;
          vertical-align: middle;
      }






      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 : #cd1f36;
          font-family : arial;
          font-weight: bold;
      }
     A:visited {
          text-decoration : none;
          color : #cd1f36;
          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;
}