BODY {
	background-color : White;
}
.sfondo {
	background-image : url(../immagini/sfondo.gif);
	background-position : bottom;
	background-repeat : repeat;
}
.titolo {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
BODY, A, P, TD, DIV {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}
A:HOVER {
	text-decoration : none;
	color : #FFFFFF;
}
.bluehover a:hover {
	color : #0000ff;
}
.micro {
	font-size : 9px;
	font-weight : normal;
}
.micro2 {
	font-size : 10px;
	font-weight : normal;
}
.blu {
	color: #0D257D;
}
.arancio {
	color: #FFB300;
}
.bianco {
	color: #FFFFFF;
}
.pos {
position:absolute;
top:300px;
left:0px;
width:90%;
z-index:2;
text-align:center;
}
