A:VISITED { text-decoration: none; }
A:ACTIVE { text-decoration: none; color: #FC5E07 }
A {text-decoration: none; color: #FC5E07}
A:HOVER { text-decoration: underline; color: #FC5E07 }
	
.grande1 {
	font-family: "Georgia", Arial;
	font-size: 10.5pt;
	text-transform: uppercase;

}
.grande2 {
	font-family: "Georgia", Arial;
	font-size: 12.5pt;
	text-transform: uppercase;
}
.grande3 {
	font-family: "Georgia", Arial;
	font-size: 16.5pt;
}
.piccolo {
	font-family: "Georgia";
	font-size: 7.0pt;
}
.piccolissimo {
	font-family: "Georgia";
	font-size: 6.0pt;
}
.normale {
	font-family: "Georgia";
	font-size: 8.5pt;
}
.normalebis {
	font-family: "Georgia";
	font-size: 9.5pt;
	}
	
.normale2 {
	font-family: "Georgia";
	font-size: 10.5pt;
}
.normale3 {
	font-family: "Georgia";
	font-size: 12.5pt;
}
.testo_normal {
	font-family: "Tahoma";
	font-size: 11px;
	color:#6C6C6C;
}
.testo_normal_bold {
	font-family: "Tahoma";
	font-size: 11px;
	font-weight:bold;
	color:#FC5E07;
}
.testo_normal_verde {
	font-family: "Tahoma";
	font-size: 11px;
	color:#009900;
}
.testo_small {
	font-family: "Tahoma";
	font-size: 10px;
	color:#747474;
}
.testo_big {
	font-family: "Tahoma";
	font-size: 14px;
}
.testo_big_bold {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight:bold;
}

.errore {  background-color: #FFCC66}
.campoform {  font-family: "Georgia"; font-size: 8.5pt;}
.input2 {
	color : #ffffff;
	background : #05080B;
	border-top  : 2px solid;
	border-bottom  : 2px solid;
	border-left  : 2px solid;
	border-right  : 2px solid;
	font-family: Tahoma; 
	font-size: 11px;
}
.sfondo_sfumato {
	-moz-opacity: 0.75;
	filter: Alpha(Opacity=75);
}
.norepeat {
	background-repeat: no-repeat;
}body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.bordonero {
border-left:1px solid #333333;
border-right:1px solid #333333;
border-top:1px solid #333333;
border-bottom:1px solid #333333;
}