/* CSS Document */

body{
	background-image:url(../immagini/back.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#testa{
	background-image:url(../immagini/testa.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#news{
	background-image:url(../immagini/news.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
#div{
	background-image:url(../immagini/div.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#back_menu{
	background-image:url(../immagini/back_menu.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
#back_main{
	background-image:url(../immagini/back_main.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
.testo{
	font-family:Tahoma;
	font-size:12px;
	color:#444444;
	font-weight:normal;
}
.testo_bold{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.coda{
	font-family:Tahoma;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}
.menu{
	background-color:#00729D;
}
.menu_home{
	background-color:#0E2C86;
}
#menu a {
	font-family:Tahoma;
	font-size: 13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#menu a:visited {
	font-family:Tahoma;
	font-size: 13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#menu a:hover {
	font-family:Tahoma;
	font-size: 13px;
	color: #ffffff;
	font-weight:normal;
	text-decoration:underline;
}
#menu a:active {
	font-family:Tahoma;
	font-size: 13px;
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
}