@import url(menu.css);

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: url(images/bg_green.gif) repeat left;
 font-family: Arial, Helvetica, sans-serif;
 color: #603913;
 line-height:30px;
 font-size: 12px;
}

body a{ 
 color: #ab8c6e;
 text-decoration: none;
} 

body a:hover{ 
 color: #ab8c6e;
 text-decoration: underline;
} 

p { border: 0;
 padding: 0; 
 margin: 15px 0 0 0;
 line-height:14px;
 font-size: 12px;
 }
 
form {border: 0;padding: 0; margin: 20px 0 0 0;}
form table { font-size: 12px;}

.input { font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
line-height:14px;
font-weight: normal;
margin: 0px;
/*border-color:#8E8E8E #D2D3D3 #D2D3D3 #8E8E8E;*/
background:#FFF;
padding: 0;
color: #603913;
} 

.errors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	line-height: 30pt;

}

#footer{
background-color: #5f462f;
color: #aa8b6e;
font-size: 10px;
/* border: solid 1px lime; */
} 

#footer a{
color: #aa8b6e;
font-size: 10px;
text-decoration: underline;
/* border: solid 1px lime; */
} 

div.hr {display: none}
/* / */a{}
div.hr {
display: block;
height: 1px;
background: url(images/dots.gif) repeat-x center;
margin: 0;
line-height: 10px;
}
hr {display:none}
/* */.testo {
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}

