BODY,TR,TD,TABLE {
	font-family:verdana,arial,helvetica; 
	font-size:11px; 
	font-weight:normal; 
	color:#636363;
	}
	
div.suggestions {     
	-moz-box-sizing: border-box;     /*box-sizing: border-box;*/     border: 1px solid black;     position: absolute; 
	} 

div.suggestions div {     
	cursor: default;     padding: 0px 3px;     background-color: #eef; 
	} 

div.suggestions div.current {     
	background-color: #6580D8;     color: white; 
	} 

.testo {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	margin-left:10px;
	margin-right:20px;
	font-weight:normal;
	color:#636363;
}

.titolo {
	font-family:verdana,arial,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#636363;
}

.menu {
	font-family:verdana,arial,helvetica;
	font-size:10px;
	margin-left:7px;
	margin-right:5px;
	margin-top:0px;
	font-weight:bold;
	color:#FFFFFF;
}

.campi {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	font-weight:normal;
	color:#58585a;
	background-color:#FFFFFF;
	border : 1px solid;
	border-color : #58585a;
}

.campiweb {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	font-weight:normal;
	margin-left:0px;
	margin-right:0px;
	color:#464646;
	background-color:#FFFFFF;
	border : 1px solid;
	border-color : #464646;
}

A {
	text-decoration:underline;
	color: #4b3f29;


}

	
A:Visited {
	text-decoration: underline;
	color: #4b3f29;

}
	

A:Active {
	text-decoration: underline;
	color: #4b3f29;

}
	
	
A:HOVER {
	text-decoration: underline;
	color: #4b3f29;

}



A.m {
	text-decoration:none;
	font-weight:bold;
	color:#636363;
}

	
A.m:Visited {
	text-decoration: none;
	color:#636363;
}
	

A.m:Active {
	text-decoration: none;
	color:#e95e0f;
}
	
	
A.m:HOVER {
	text-decoration: none;
	color:#e95e0f;
}





A.mSx {
	text-decoration:none;
	color:#ffffff;
}

	
A.mSx:Visited {
	text-decoration: none;
	color:#ffffff;
}
	

A.mSx:Active {
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}
	
	
A.mSx:HOVER {
	text-decoration: underline;
	font-weight: bold;
	color:#ffffff;
}







A.m2 {
	text-decoration:none;
	color: #4b3f29;
}

	
A.m2:Visited {
	text-decoration: none;
	color: #4b3f29;

}
	

A.m2:Active {
	text-decoration: none;
	color: #4b3f29;

}
	
	
A.m2:HOVER {
	text-decoration: none;
	color: #ffffff;

}

.menuVoice {
		background-color: #eeece5;
		color: black;
		font-family: Trebuchet MS;
		font-size:13px;
		font-weight: normal;
		border-bottom:1px solid white;
		padding:4px;
		cursor: pointer;
	}

	.hiliteVoice {
		background-color: #a89f7f;
		/*color: white;*/
		font-family: Trebuchet MS;
		font-size:13px;
		font-weight: normal;
		border-bottom:1px solid white;
		padding:4px;
		cursor: pointer;
	}