@charset "UTF-8";
/* CSS Document */

:link	 { Text-Decoration : None}
:link2	 { Text-Decoration : blink}
:visited	 { Text-Decoration : None}
a:hover	 { Text-Decoration : Underline}

.link {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
	
}
.link2 {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
	
}

.testo2nero {
	font-family: Arial;
	font-size: 10pt;
	color: #7a7a7a;
	font-weight: normal;
	margin-right:10px;
	margin-left:10px;
	
}
.contatti {
	font-family: Arial;
	font-size: 8pt;
	color:#000000
	font-weight: normal;
	
	
}
.form {
	font-family: Arial;
	font-size: 12pt;
	color: #5999c2;
	font-weight: normal;
	
}
.testo2 {
	font-family: Arial;
	font-size: 10pt;
	color: #cd4900;
	font-weight: normal;
	margin-right:10px;
	margin-left:10px;
	
	
}
.titolo {
	font-family: Arial;
	font-size: 13pt;
	color: #699409;
	font-weight: normal;
}