/* CSS Document */

body {
	background-color: #0066CC;
	background-image: url(immagini/azzurro_bg.jpg); 
	font-family: "Trebuchet MS";
	font-size:12px;
	color: #666666;
	
}
table {
	background-color:#FFFFFF;
	color:#333333;
}


.h1titolo {
	font-family: "Trebuchet MS" ;
	font-size:17px;
	font-weight:bold;
    color: #333366; 

}
#container {
	margin:auto;
	width:780px;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
}
#menu {	
	width:160px;
	height: 100%;
	background-repeat: repeat-y;
	background-color: #fff;
	float:left;
}	
#menu ul {
    list-style:none;
	margin:0px;
	padding:10;
	}
#menu li{
	margin: 0; 
	padding:10px 0px 10px 0px;}

#menu li a:link{
	text-decoration: underline; 
	color: #333366; 
	font-weight:normal; 
	background-image: url(immagini/freccina_blu.gif);
	background-repeat: no-repeat;
	padding:0px 0px 20px 20px; 
	display:block; 
	margin:5px 0;
	 
	}

#menu li a:visited{
	text-decoration: underline; 
	color: #6600FF ; 
	font-weight:normal; 
	background-image: url(immagini/freccina_blu.gif);
	background-repeat: no-repeat;
	padding:0px 0px 20px 20px; 
	display:block; 
	margin:5px 0;
	}

#menu li a:hover{
	text-decoration: underline; 
	color: #FF0000; 
	font-weight:normal; 
	background-image: url(immagini/freccina_blu.gif);
	background-repeat: no-repeat;
	padding:0px 0px 20px 20px; 
	display:block; 
	margin:5px 0;
	}
#contenutohomedx {
	float:right;	
	background-color: #fff;
	width:100px;
	height: 100%;
	font-family:"Trebuchet MS"
	font-size: 12px;
	color:#333333
}
#contenutohomesn {
	color: #3333330;
	font-family: "Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	width: 500px;
	float:left;
}


a:link  {
	font-weight: normal;
	color: #333366; 
	text-decoration: underline;
	cursor: pointer;
	line-height: 18px;
}
a:visited {
	font-weight: normal;
	color: #6600FF ; 
	text-decoration: underline;
	cursor: pointer;
	line-height: 18px;
}
a:hover {
	font-weight: normal;
	color: #FF0000; 
	text-decoration: underline;
	cursor: pointer;
	line-height: 18px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333399;  
	text-decoration: none;
	display: block;	
}

#footer {
	clear:both;
	padding: 5px 0 5px 5px;
	font-family: "Trebuchet MS";
	font-size:10px;
}
.tabellafooter {
	background-color: #333366;
	color: #FFFFFF ; 
	font-weight: bold;
	border:none;
}
#footer a:link  {
	font-weight: normal;
	text-decoration:none;
}
#footer a:visited {
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover {
	font-weight: normal;
	text-decoration:none;
}

hr {
background: #ffffff;
color: #0066FF;
height: 1px;
margin: 0 0 10px;
}
    
.piccolo {
color: #333333;
font-weight:normal;
font-size: 10px
}