body,html{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma;
	background-image: url();
	font-size: 11px;
	height: 100%;
	SCROLLBAR-FACE-COLOR: #CCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFF;
	BORDER-LEFT: medium none;
	SCROLLBAR-SHADOW-COLOR: #EBEBEB;
	SCROLLBAR-3DLIGHT-COLOR: #EBEBEB;
	SCROLLBAR-ARROW-COLOR: #333;
	SCROLLBAR-TRACK-COLOR: #ebebeb;
	BORDER-BOTTOM: medium none;
	SCROLLBAR-DARKSHADOW-COLOR: #EBEBEB;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	BORDERCOLOR:#EBEBEB
	
}

a img{
	border:none;
}
form{
	margin:0px;
}
.testo{
	font-family: "Arial", Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #03417F;
	font-weight: bold;
}
.titolo{
	font-family: "Arial", Tahoma;
	font-size: 16px;
	line-height: 17px;
	color: #56A846;
	font-weight: bold;
}
.download{
	font-family: "Arial", Tahoma;
	font-size: 16px;
	line-height: 17px;
	color: red;
	font-weight: bold;
}
.sottotitolo{
	font-family: "Arial", Tahoma;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.testo_pic{
	font-family: "Arial", Tahoma;
	font-size: 9px;
	line-height: 14px;
	color: #03417F;
}
.testo_piccolo{
	font-family: "Tahoma", Times New Roman;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.area{
	borderColor: #F17100;
}



/*LINK*/
a:link{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
	background-color: transparent;
}
a:visited{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #646464;
	text-decoration: none;
	background-color: #transparent;
}
a:active{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
	background-color: transparent;
}



