/*---------------------------- tabella_indirizzo ----------------------------*/
.tabella_indirizzo {  
border-right: 1px solid #D9D9D9;  
border-left: 1px solid #D9D9D9;  
border-bottom: 1px solid #D9D9D9;  
border-top: 1px solid #D9D9D9;  
padding: 10px  10px 10px 10px ;
}

/*---------------------------- tabella_dove ----------------------------*/
.tabella_dove {  
border-right: 1px solid #D9D9D9;  
border-left: 1px solid #D9D9D9;  
border-bottom: 1px solid #D9D9D9;  
border-top: 1px solid #D9D9D9;  
}

/*---------------------------- menu_sx ----------------------------*/
.menu_sx {  
border-right: 1px solid #D9D9D9;  
background-color: #F5F5F5;
}

/*---------------------------- riga_verticale ----------------------------*/
.riga_verticale {  
border-right: 1px solid #D9D9D9;
}

/*---------------------------- riga_grigia ----------------------------*/
.riga_grigia {  
height: 1px;  
background-color: #C7C7C7;
}

/*---------------------------- riga_bianca ----------------------------*/
.riga_bianca {  
height: 1px;  
background-color: #FFFFFF;
}

/*---------------------------- tabella_blu ----------------------------*/
.tabella_blu {  
border-right: 1px solid #FFFFFF;  
background-color: #931F32;
}

/*---------------------------- tabella_blu2 ----------------------------*/
.tabella_blu2 {  
border-right: 1px solid #FFFFFF;  
background-color: #780417;
}

/*---------------------------- freccina ----------------------------*/
.freccina { 
margin: 0px  7px 0px 0px ;

}


/*---------------------------- link_camathias ----------------------------*/
.link_camathias {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	font-weight: bold;
	color: #992D3F;
	text-decoration: none;
	}

.link_camathias a:active, .link_camathias a:visited, .link_camathias a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 10px;
	color: #992D3F;
	font-weight: bold;
	text-decoration: none;
	}

.link_camathias a:hover {
    font-size: 10px;
	text-decoration: no;
	color: #333333;
	background-color: #EAEAEA;
	}

/*---------------------------- testo ----------------------------*/
.testo {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.testo a:active, .testo a:visited, .testo a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}

.testo a:hover {
    font-size: 11px;
	text-decoration: no;
	color: #931F32;
	background-color: #F1E5E7;
	}
	
/*---------------------------- testo ----------------------------*/
.testo_grande {
	font-family:  "Georgia", "Arial","Helvetica";
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.testo_grande a:active, .testo_grande a:visited, .testo_grande a:link {
	font-family: "Georgia", "Arial", "Helvetica";
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

.testo_grande a:hover {
    font-size: 15px;
	text-decoration: no;
	color: #931F32;
	background-color: #F1E5E7;
	}
	
	
li {
	list-style-type : square;
	margin-left: 30;
	margin-bottom: 4;
	padding: 0;
	color: #931F32;
}

ul {
	list-style-type : square;
	margin-left: 30;
	margin-bottom: 4;
	padding: 0;
	color: #931F32;
}


/*---------------------------- footer ----------------------------*/
.footer {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}

.footer a:active, .footer a:visited, .footer a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}

.footer a:hover {
    font-size: 9px;
	text-decoration: no;
	color: #006699;
	background-color: #EAEAEA;
	}

