      body {
          background-color : #FFFFFF;
          font-family : arial;
          font-size : 12px;
          color : #3f3f3f;
          background-image : url('images/bg.jpg');
          background-repeat : repeat-x;
      }

      td {
          vertical-align : top;
      }







     .mediumfont {
          font-size : 12px;
          font-family : arial;
          color : #3f3f3f;
      }
     .accentfont {
          font-size : 16px;
          font-family : arial;
          color : #407d18;
          font-weight : bold;
      }
      .smallfont {
          font-size : 11px;
          font-family : arial;
          color : #3f3f3f;
      }






     h1 {
          font-size : 18px;
          font-family : arial;
          color : #689eb5;
          font-weight: bold;
          margin-bottom: 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 : #407d18;
          font-family : arial;
          font-weight: bold;
      }
     A:visited {
          text-decoration : none;
          color : #407d18;
          font-family : arial;
          font-weight: bold;
      }
     A:hover {
          color : #3f4a4e;
          font-family : arial;
          font-weight: bold;
      }.submitbt {
	color: #404E41;
	background-color: #E9D342;
	border: 2px double #FFEC8D;
	cursor: pointer;
}
