@charset "iso-8859-1";

.titolo1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.intestazione {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:16px; 
	line-height:16px;
}

.titolo2 {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: italic;
	
}
.titolo3 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font: small-caps;
}

.content { font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:14px; }


.darkblue { color:#3366cc;}

.grau { color:#666666; }

.orange { color:#FF8D00; }

.silver { color:#808080; }

.grausubsubhead { color:#595959;  font-weight:bold}  

A.menu:link { font-size:14px; color:#366586; text-decoration:none; } 

A.menu:visited { font-size:14px; color:#366586; text-decoration:none; } 

A.menu:hover { font-size:14px; color:#FFFFFF; text-decoration: none; font-weight: bold;}

A.menu:active  {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}  
