@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin-top:5px;
	background-image:url(../immagini/sfondo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#main_tbl{
	background-color:#FFFFFF;
	border-color:#A9DEEF;
	border-style:solid;
	border-width:1px;
}
#coda{	
	font-family:Georgia;
	color:#999999;
	font-size:11px;
	font-weight:normal;
}
#blue{
	background-color:#4D70AA;
}
#grey_tbl{
	background-color:#EFEFEF;
	border-color:#E9E9E9;
	border-style:solid;
	border-width:1px;
	
}
#bordo{
	border-color:#B1B1B1;
	border-style:solid;
	border-width:1px;
	
}
.testo{
	font-family:Tahoma;
	color:#666666;
	font-size:12px;
	font-weight:normal;
}
.testo_bold{
	font-family:Tahoma;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.testo_bold_rosso{
	font-family:Tahoma;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
.testo_small{
	font-family:Tahoma;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
.testo_link{
	font-family:Tahoma;
	color:#666666;
	font-size:11px;
	font-weight:normal;
    text-decoration:underline;
}
.testo_blue{
	font-family:Tahoma;
	color:#4D70AA;
	font-size:12px;
	font-weight:bold;
}
.testo_yellow{
	font-family:Tahoma;
	color:#FF9900;
	font-size:12px;
	font-weight:normal;
}
.testo_white{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}




#top1{
	background-image:url(../immagini/top/top2.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top2{
	background-image:url(../immagini/top/top4.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top3{
	background-image:url(../immagini/top/top5.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top4{
	background-image:url(../immagini/top/top9.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top5{
	background-image:url(../immagini/top/top10.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top6{
	background-image:url(../immagini/top/top11.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#top7{
	background-image:url(../immagini/top/top14.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#white a:link,
#white a:visited, 
#white a:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
    color:#FFFFFF;
	text-decoration:none;
}
#white a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
    color:#FFCC00;
	text-decoration:none;
}
a:link,
a:visited, 
a:active{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    color:#4D70AA;
	text-decoration:none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    color:#4D70AA;
	text-decoration:none;
}
