.titolo_home{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 36px;
	text-decoration: none;
}

.titolo_home:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 36px;
	text-decoration: underline;
}

.sottotitolo{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 26px;
	text-decoration: none;
}

.sottotitolo:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 26px;
	text-decoration: underline;
}

.sottotitolo_chiaro{
	color: #74A4D1;
	font-family: Times New Roman;
	font-size: 26px;
}

.sottotitolo_rosso{
	color: #CA0000;
	font-family: Times New Roman;
	font-size: 16px;
}

.medio{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: none;
}

.medio:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: underline;
}

.medio_chiaro{
	color: #74A4D1;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: none;
}

.testo{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: none;
}

/*
.testo:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: underline;
}
*/

.testo_chiaro{
	color: #74A4D1;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: none;
}

.testo_chiaro:hover{
	color: #74A4D1;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: underline;
}

.link{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.link:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.menu{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: none;
}

.menu:hover{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: underline;
}

.menu_selezionato{
	color: #002B58;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: underline;
}

#tabella_home{
	background-image: url(../images/sfondo_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 390px;
}

.sfondo_menu{
	background-image: url(../images/sfondo_menu.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.sfondo_testo{
	background-image: url(../images/violino_sfumato.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

.punto_chiaro{
	background-image: url(../images/punto_chiaro.jpg);
}

.immagine{
	float: right;
	border-color: #FFFFFF;
	border-left-width: 15px;
	border-bottom-width: 5px;
}

#riquadro_tabella{
	border-style: solid;
	border-width: 1px;
	border-color: #002B58;
}