BODY {
	margin: 0;
	FONT-FAMILY: Tahoma;
	font-size: 11px;
	text-align: left;
	background: url(../images/background.gif);
}
ul {
	margin: 10px;
	padding: 10px;
}
li {
	line-height: 15px;
	list-style-image: url(../images/freccia.gif);
}
li.titolo{
	list-style-image: url(../images/freccia2.gif);
}
.titolo {
	color: #0f2c64;
	font-weight: bold;
	font-size: 13px;
}
.titolo a{
	color: #0f2c64;
	text-decoration:none;
}
.titolo a:hover{
	text-decoration:underline;
}
#container {
	width:951px;
	text-align: left;
	vertical-align: top;
}
#bianco {
	background-color: #fff;
	padding: 15px;
}
#spacer {
	width:15px;
	height:15px;
}
#spacer10 {
	width:10px;
	height:10px;
}
#colmenu {
	width:181px;
}
#menu{
	height: 175px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
}
#colflash {
	width:545px;
}
#colser {
	width: 165px;
}
.box {
	float: left;
}
#menualto {
	text-align: right;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	text-decoration: none;
}
#menualto a:link, #menualto a:visited, #menualto a:focus {
	color: #fff;
	text-decoration: none;
}
#menualto a:hover {
	text-decoration: underline;
	color:#fff;
}

a{
	text-decoration:none;
	color:#0f2c64;
}

a:hover{
	text-decoration:underline;
}