/* ridefinizione tag */
form {
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-size: 11px;
	font-weight:normal;
}	
img {
	border:none;
}
/* classi puramente grafiche */
.hl{
	border-top:1px solid #d3d4d5;
	margin:8px 0px 5px 0px;
	padding:0px;
	height:5px
}
.spazio {
	padding-bottom: 10px
}
.halfspazio {
	padding-bottom: 7px
}
.googlemaps {
	width:560px;
	text-align:right;
}
.googlemaps img{
	vertical-align:middle
}
/* formattazione link */
a  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #605b61;
}
a:hover {
	color: #b7011b;
}
a.linknero {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #605b61;
}
a.linknero:hover {
	color: #b7011b;
}
/* testo nero e declinazioni */
.testonero {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #605b61;
}
.sottotitolonero {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #605b61;
	font-weight:bold;
}
/* testo rosso e declinazioni */
.titolorosso {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #b7011b;
	font-weight:bold;
}
.sottotitolorosso {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #b7011b;
	font-weight:bold;
}
