@charset "utf-8";
/* CSS Document */


body{
	scrollbar-base-color: #867C75;
	scrollbar-track-color: #D6D6D6;
	scrollbar-highlight-color: #E7E0D9;
	scrollbar-3dlight-color: #9A908B;
	scrollbar-arrow-color: #E7E7DF;
	scrollbar-darkshadow-color: Gray;
	scrollbar-face-color: #AFA5A3;
	scrollbar-shadow-color: #B2ACA0;
}
.opacity50 {
	filter: Alpha(Opacity=50);
	KHTMLOpacity: 0.5;
	MozOpacity: 0.5;
	opacity: 0.5;
}
.opacity80 {
	filter: Alpha(Opacity=80);
	KHTMLOpacity: 0.8;
	MozOpacity: 0.8;
	opacity: 0.8;
}
.opacity90 {
	filter: Alpha(Opacity=90);
	KHTMLOpacity: 0.9;
	MozOpacity: 0.9;
	opacity: 0.9;
}
.opacity100 {
	filter: Alpha(Opacity=100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}


a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #DD7A00;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #787878;
	text-decoration: underline;
}


.testoBottoni {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	filter: Alpha(Opacity=100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}
.testo {
	font-family: Tahoma;
	font-size: 10px;
}
.testob {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.testob_verde {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #2E8B57;
}
.testo2 {
	font-family: Tahoma;
	font-size: 11px;
}
.testo2b {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.testo3 {
	font-family: Tahoma;
	font-size: 12px;
}
.testo3b {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.testo3b_grigio {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
}
.testo3b_verde {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2E8B57;
}
.testo4 {
	font-family: Tahoma;
	font-size: 14px;
}
.testo4_verde {
	font-family: Tahoma;
	font-size: 14px;
	color: #2E8B57;
}
.testo4b {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.testo4b_verde {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #2E8B57;
}
.testo5b {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.testoLink {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #616161;
}