body{
	background-color: #ECCBA2; /*C7B19D*/
}
.titolo_home{
	color: #ffffff;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 40px;
	text-decoration: none;
}

.titolo_home:hover{
	color: #ffffff;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 40px;
	text-decoration: underline;
}

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

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

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

.testo{
	color: #453030;
	font-family: Times New Roman;
	font-size: 18px;
	text-decoration: none;
}

.piccolo{
	color: #453030;
	font-family: Times New Roman;
	font-size: 12px;
}

.sw{
	color: #453030;
	font-family: Times New Roman;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

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

.link:hover{
	border-bottom-style: solid;
}

.menu{
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

.menu:hover{
	color: #B9AEA4;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

.menu_selezionato{
	color: #B9AEA4;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

.menu_verticale{
	color: #453030;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

.menu_verticale:hover{
	color: #B9AEA4;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

.menu_verticale_selezionato{
	color: #B9AEA4;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}

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

.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;
}
