@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
  font-size: 90.0%;
  color: #505050;
	font-family: Times, Arial, Verdana, Tahoma, "Lucida Sans", 'Trebuchet MS', xVerdana, sans-serif;
  background-color: #c7d480;
   
	margin: 15px auto 20px auto; 
	padding: 0px 0px 0px 0px;
	text-align: left; 
	line-height: 20px;
}
#contact td{
	text-align: left;
}	
