
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bgpage.jpg);
	color: #004222;
	font-size: 11px;
	font-family: Verdana;
	line-height: 19px;
	text-align: left;
}

a:link		{text-decoration: none;	color: #004222;}
a:visited	{text-decoration:none; color: #004222; }
a:hover 		{text-decoration: underline; color: #004222; }

.bordo {
	border: 1px solid #003300;
	width: 780px;
}

.main	{
	margin: 0;
	padding: 0;
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
}

.menu {
	height: 38px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #FFFFFF url(../images/bgmenu.jpg) repeat-x;
	line-height: 26px;
}

.menu a{	color: #FFFFFF; }

.contenuto {
	padding: 15px 0px 15px 0px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004222;	
	width: 760px;
}

h2{
	font-family: Thaoma;
	font-size: 17px;
	font-weight: bold;
	padding: 25px 3px 5px 0px;
	margin: 0px 0px 4px 0px;
	color: #474016;
	border-bottom: 1px solid #D3E9D4;
	letter-spacing: 1px;
	text-align: left;
}

.testo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004222;	
	line-height: 17px;
}

hr{
	width: 100%;
	height: 1px;
	color: #EDEDED; /* color is for IE */
	background: #EDEDED; /* background is for all other web browsers */
	border: 0; /* border: 0 removes the shading in most web browsers */
	margin: 0; /* A zero-margin aligns it in most web browsers */
	text-align: left; /* Aligns it in IE */
}

.linea {
	height: 3px;
	border-bottom: 2px solid #007728;
}

