* {
	margin:0px;
	padding:0px;
}
/*html {overflow-x:hidden;}*/

body {
	font:10pt Verdana, Arial, sans-serif;
	color:#333;/*	background-image:url(/images/layout/sfondo.jpg);background-repeat:repeat;*/
}
h1 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-size:1.0em;
	font-weight:bolder;
}
h4 {
	font-size:0.8em;
	margin-bottom:10px;
	line-height:1.5;
	text-align:justify;
	font-weight:normal;
}
h5 {
	font-size:0.7em;
	font-weight:normal;
}
img {
	border:none;
}
table{
	width:100%;
	border-collapse: collapse;
}
td{
	vertical-align:top;
}
blockquote {
	margin-left:35px;
}
ul.corpo {
	padding-left:40px;
	line-height:2;
	list-style:url(/Images/layout/freccia.gif);
/*list-style-type:disc;*/}
a:active, a:link, a:visited {
	color:#2A1FFF;
	font-style:normal;
	cursor:pointer;
	text-decoration:underline;
}
a:hover {
	font-style:normal;
	cursor:pointer;
	text-decoration:none;
}
.sottolineato {
	text-decoration:underline;
}
.testo_centrato {
	text-align:center;
}
.blue {
	color:#669ac6;
}
table.tb_centrata {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
/* ------- RICERCA ------- */
.SearchForm {
	font-size:0.6em;
	margin:0;
	padding:0;
	border:medium;
	border-color:#00FF55;
	position:relative;
	background:url(/images/layout/Cerca-nel-sito/bg-form-search.png);
	height:52px;
}
.bottone {
	border:none;
	width:158px;
	height:33px;
	background:url(/images/layout/Cerca-nel-sito/Cerca.gif) 0 0 no-repeat;
	position:absolute;
	right:0px;
	top:13px;
	cursor:pointer;
}
.SearchForm .Submit {
	background:url(/images/layout/Cerca-nel-sito/Lente.gif) 0 0 no-repeat;
	border:none;
	width:25px;
	height:25px;
	position:absolute;
	top:13px;
	left:0px;
	cursor:pointer;
}
/*FINE SEARCH*/

/*FORM CONTATTACI */
form.contattaci {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:2px;
}
label {
	display:block;
	float:left;
	margin:5px 0 5px 0;
	text-align:left;
	font-size:0.8em;
}
label.text {
	width:180px;
}
input.text, select.text, textarea.text {
	border-color:#000000;/*#dadada;*/
	border-style:solid;
	border-width:1px;
	margin:5px 0 5px 0;
	width:200px;
	font-size:0.8em;
}
input.check_box{
	margin:5px 0 5px 0;	
}
/*FINE FORM CONTATTACI */

/*articoli*/
h4.firma{
	font-weight:bolder;
	font-style:italic;
	text-align:right;
}
img.articoli{float:left; margin-right:6px; /*border-style:ridge; border-width:1px*/}
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
span.testo_obbligatorio{
	color:#FF0000;
}
.centrato{text-align:center}