body {
	color: #000000;
	font-family:"Book Antiqua";
	background-image: url(./img/sfondo.png);
	background-repeat: repeat-x;
	text-decoration: none;
  /*background-color: #CCFFFF; */
}

a:link{
	text-decoration: none;
	color: #000000;
	}

a:visited{
	text-decoration: none;
	color: #000000;
	}

a:hover{
	text-decoration: none;
	color: #000000;
	}



.titolo {
	background-image: url(./img/titolo.png);
	width:1000px;
	height: 200px;
	background-position: center;
}

.top {
	background-image: url(./img/top.png);
	width:1000px;
	height: 50px;
	background-position: center;
}

.t_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	width: 150px;
	text-align: center;
	background-image: url(./img/b_menu.png);
	background-position: center;
	background-repeat: no-repeat;
}

.t_menu_on {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	width: 150px;
	text-align: center;
	background-image: url(./img/b_menu_click.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.titolo_2 {
	font-family:"MS Serif", "New York", serif;
	font-size:16px;
	font-weight: bold;
	color: #00016a;
	text-align: center;
}

.sf_modulo {
background-image: url(./img/sf_modulo.png);
background-repeat:no-repeat;
width:200px;
height: 300px;
}

.sf_modulo_main{
	background-image: url(./img/sf_modulo_main.png);
	background-repeat: no-repeat;
	width:550px;
	height: 300px
}

.sf_footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 10px;
}

.testo_footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color:#00014a;
}

.testo_news {
	text-align: left;
	font-family:Calibri;
	font-size: 12px;
	color:black;
}

.titolo_news {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
}

.titolo_download {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
}