@charset "utf-8";
/* CSS Document */

body{
    
    margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color:#01223d;
	
	/*
	scrollbar-shadow-color: white; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: #90bade; 
	scrollbar-base-color: #2175bc;*/
    }
	
a.linknormal:link {
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

a.linknormal:hover {
	   font-size: 12px;
   font-weight: bold;
  color: #01223d;
  text-decoration: underline;
}    
 

a.linknormal:visited {
	   font-size: 12px;
   font-weight: bold;
  color: #01223d;
  text-decoration: none;
}   
    
	
a.linkevidenza{
background-color:#FFFF00;
text-decoration: none;

}

a.linkevidenza:hover {
background-color:#FFFF00;
  text-decoration: none;
}    


}  	
	
	
.titoletto {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #fdf042;
	font-size: 12px;
	font-weight: bold;
}
	

table.container {
	/*background-image:url(../img/background.jpg);*/
	background-image:url(../img/background_955x780.jpg);
	width: 955px;
	height: 780px;
	/*height: 700px;*/
	background-repeat:no-repeat;
}	

td.header {
	width: 955px;
	height: 143px;

}

td.menu {
	width: 955px;
	height: 40px;
}

td.body {
	width: 685px; /* 705 reali */
	height: 450px; /* 470 reali */
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	text-align: justify;
	vertical-align: top;
}

td.rightcolumn {
	width: 250px;
	height: 470px;
	text-align:center;
	

}	
	
td.footer {
	width: 955px;
	height: 47px;
	/*text-align: center;
	vertical-align: middle;*/
	font-weight: bold;
}

.divfooter {
	background-color:#01223d;
	width:695px;
}


.titolopagina {
	font-size: 13px;
	font-weight: bold;

}

.strong  {
font-weight: bold;
color: #01223d;
}




/* classi homepage */

.contenthomepage {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-right: 10px;
	padding-left: 10px;

}
