@charset "utf-8";
.titolo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.titolo2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0064A6;
}
.titolo3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.titolo4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0064A6;
}
.txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.txt	a:link {
	color: #000;
	text-decoration: none;
}
.txt	a:visited {
	text-decoration: none;
	color: #0064A6;
}
.txt	a:hover {
	text-decoration: underline;
	color: #0064A6;
}
.txt	a:active {
	text-decoration: none;
	color: #0064A6;
}
.txt2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.txt3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.txt3	a:link {
	color: #000;
	text-decoration: none;
}
.txt3	a:visited {
	text-decoration: none;
	color: #000;
}
.txt3	a:hover {
	text-decoration: underline;
	color: #000;
}
.txt3	a:active {
	text-decoration: none;
	color: #000;
}.langcss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0064A6;
}

