@charset "utf-8";

body {
      background-image:url(images/site_bg.png);
	  margin:0px;
	  /*margin-top:40px;*/
	  }

/*Head Table css*/
.MainTable {width:625px;height:813px;}
			


/*Left Section Css */
.firstLeft {width:194px;height:198px; background-color:#d3c2a1;}
.secondLeft {width:194px;height:147px; background-color:#582414;}
.thirdLeft {width:194px;height:177px;}		

/*End Left Section Css */


/*Form Css*/
 .HeadText {
            font-family:Verdana;
			font-size:14px;
			color:#7a1817;
			font-weight:bold;
		   }
 .formText {
            font-family:Verdana;
			font-size:11px;
			}
 .linkCad {
           font-family:Verdana;
		   font-size:13px;
		   color:#7a1817;
		   font-weight:bold;
		   }					   	
			
  .linkCad:hover {
           font-family:Verdana;
		   font-size:13px;
		   color:#7a1817;
		   font-weight:bold;
		   text-decoration:none;
		   }					   	
/*End Form Css*/
					
.legend
{
	text-transform:capitalize;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7a1817;
}

