@charset "utf-8";
body {
	margin: 0px;
}
.sfondo_fisso_main {
	background-attachment: scroll;
	background-image: url(immagini/sfondo_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sfondo_fisso_box {
	background-attachment: scroll;
	background-image: url(immagini/sfondo_box.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.small_link {
	COLOR: #1190c7;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	text-decoration: none;
	}

.small_link:hover {
	COLOR: #cf7c00;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold

}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #666666;
}

.testopiccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.titolo_arancione {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ef8e1f;
	line-height: 20px;
}

.second_link 
{
	COLOR: #366DA0;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.second_link:hover 
{
	COLOR: #ef8e1f;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.second_link_spento {
	COLOR: #CCCCCC;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.titolo_bianco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
