body {
	background-color: #FFFFFF;
	overflow-y: scroll !important; 
	//overflow-y: auto !important;
	overflow-y: auto;
}
body, html{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color: #F26522;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:14px;
	color: #FFFFFF;
}
.testo {
	color: #333333;
}
.testo_copy, .testo_copy a{
	color: #FFFFFF;
	text-decoration:none;
}
.testo_copy a:hover{
	text-decoration:underline;
}
.testo_copy p{
	margin:0px 0px 6px 0px;
}
.titoli {
	color: #F26522;
	font-weight: bold;
}
.link {
	color: #F26522;
}
.testo_news, .testo_news p{
	margin:0px;
	color: #999999;
}
.line{
	border-bottom:1px #CCCCCC dotted;
	margin-top:6px;
}
#ico img, ico a{
	margin:3px 6px 3px 0px;
	border:0px;
}
.linkTipologia a{
	color: #999999;
	text-decoration:none;
	margin:0px;
}
.linkTipologia a:hover{
	color: #F26522;
	text-decoration:underline;
}
.linkTipologia p{
	margin:0px 0px 6px 0px;
}
.data{
	color:#999999;
	font-style:italic;
	font-size:10px;
}
img{
	border:0px;
}
.overicon {
	float:left;
}
.overicon a:hover{
	/* for IE 
  	filter:alpha(opacity=45);*/
  	/* CSS3 standard 
  	opacity:0.45;*/
	opacity:.45;
    -moz-opacity:.45;
    filter:alpha(opacity=45);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}
