/*
 * Contenuti
 */
.AATitolo1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663333;
}
.AATitolo2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663333;
}
.AATitolo3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663333;
}
.AATesto {
	/*font-family: "Trebuchet MS", "Century Gothic", Arial, Verdana;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.AATesto A {
	/*font-family: "Trebuchet MS", "Century Gothic", Arial, Verdana;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration:underline;
}
.AATesto A:hover {
	/*font-family: "Trebuchet MS", "Century Gothic", Arial, Verdana;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663333;
	text-decoration:none;
}