/* CSS Document */

body {
   margin: 0px;
   padding: 0px;   
   font-family: "Trebuchet MS";
   color: #666;   
   font-size: 12px;
   text-align: center;
   background: #B7D880 url(../images/css/bg_body.png) repeat-x;
} 
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px; 
}
a {
  text-decoration: underline;
  color: #666;
}
a:hover {
  text-decoration: none;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;   
}



