

.bodyBG  
{
    
          background:#00713d; 
          margin-top:20px; }



/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}



 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */



/* --------- Clearfloat --------- */

.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }