/* TITOLI */
/* h1 */
h2 { 
	font-size: 130%;
	color: #999999; 
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px; 
	margin: 0px 0px;
	font-variant: normal;
    padding: 0px 0px;
	font-family: Trebuchet Ms, Georgia, "Times New Roman", Times, serif; 
	
}
.h1home { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;		
	text-align: center; 
	letter-spacing: 1px;
	margin: 0px;
	margin-top: 10px;
}
/* h2 */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 160%;
	font-weight: bold;
	text-align: center; 
	letter-spacing: 1px;
	margin: 0px;
	color: #336699; 
}
/* h3 */
h3 { 
	text-align: left; 
	letter-spacing: 1px;
	margin: 0px;
	font-size: 105%;
}
/* h4 */
h4 {
	font-size: 110%;
	color: #990000; 
	text-align: left; 
	letter-spacing: 1px;
	margin: 0px;
}
/* Titolo che di solito dovrebbe coincidere con l'H3 */
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	background-color: #F0F5F9;
	border: 1px #7C8FA3 solid;
	padding: 2px;
	}
/* h2 della homepage per le sezioni "news", "indice" e "sport" */	
.titolohome {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 110%;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
 /*	font-variant: small-caps; */
	text-align: left;
	}
/* titolo per l'indice sinistro della home*/ 
.indice {
	font-size: small; 
	font-weight: bold;
	color: #990000; 
	padding: 2px;
	text-align: left;
	}
.titolorosso {
	font-weight: bold;
	color: #990000;
}
.titologrigio {
	font-weight: bold;
	color: #333333;
}

.pretitolo {
	color: #7A7A7A; 
	text-align: center;
}
.fondo1 {

		font-weight: bold;
		font-size: small;
		color: #003366;
		background-color: #EBEBEB;
		text-align: center;
		border-bottom: 1px solid #000066;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding: 2px;
		vertical-align: middle;
		border-top: 1px solid #000066;
}

