body {
	background:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	margin:0px 0 0px 0;
	color: #FFFFFF;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.titolo {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
}
.titoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #45301C;
	font-weight: bold;
}
.modulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #7D6F61;
	background-color: #FFFFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #45301C;
}
a:visited {
	color: #45301C;
}
a:hover {
	color: #45301C;
}
a:active {
	color: #45301C;
}
.testohead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #45301C;
	line-height: normal;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 14px;
	color: #45301C;
}
.indirizzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #45301C;
	text-decoration: none;
}
.testopiccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 16px;
	color: #45301C;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 18px;
	color: #45301C;
}


hr {
  color: #7D6F61;
background-color: #7D6F61;
height: 1px;
border: 0;
  width: 100%;



}