.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.tutela {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	background-color: #57A0FF;
	color: #FFF;
}
.tutela_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	background-color: #57A0FF;
	color: #FFF;
}
.tutela_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-color: #57A0FF;
	color: #FFF;
}
.servizi {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	background-color: #61E382;
	color: #FFF;
}
.servizi_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	background-color: #61E382;
	color: #FFF;
}
.servizi_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-color: #61E382;
	color: #FFF;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	background-color: #FCC1E2;
	color: #FFF;
}

.info_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	background-color: #FCC1E2;
	color: #FFF;
}

.info_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-color: #FCC1E2;
	color: #FFF;
}


.testo_bold {
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #E0E0E0;
}

.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.mail a:link {
	color: #00F;
	text-decoration: none;
}
.mail a:visited {
	text-decoration: none;
	color: #00F;
}
.mail a:hover {
	text-decoration: underline;
	color: #00F;
}
.mail a:active {
	text-decoration: none;
	color: #00F;
}



