/* CSS Document */

a{
	text-decoration:underline;
	line-height:14px;
	font-size:12px;
	font-weight:normal;
	font-family:"Gill sans", "Century Gothic", "Trebuchet MS", Taoma, Arial, Verdana, Helvetica, sans-serif; 
}

a:hover{
	text-decoration:underline;
}

p a, p a:hover{
	text-decoration:underline;
	color:#666d74;
}

p {
	text-decoration:none;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
	font-family:"Gill sans", "Century Gothic", "Trebuchet MS", Taoma, Arial, Verdana, Helvetica, sans-serif;  
	color:#666d74;
	padding:0;
	margin-bottom:15px;
	text-align:left;
}

#corpo ul { list-style-type:circle; margin:0 1.5em 1.5em 1.5em; }
#corpo li { line-height:1.5em; }



h1, h2, h3, h4, h5, h6{ font-family:"Gill sans", "Century Gothic", "Trebuchet MS", Taoma, Arial, Verdana, Helvetica, sans-serif;}

h1{
	text-decoration:none;
	font-size:25px;
	font-weight: bold;
	padding:0;
	margin:0 0 20px 0;
	display:block;
	color:#a8a7a7;
}


#corpo h1 img{
	border:none;
	margin:0;
	padding:0;
}



h2{
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	padding:0;
	margin:0 0 20px 0;
}


h3{
	color:#000;
	text-decoration:none;
	font-size:15px;
	padding-bottom:10px;
	margin:0;
	font-weight:bold;
}

h4{
	color:#000;
	text-decoration:none;
	font-size:13px;
	padding-bottom:3px;
	margin-bottom:15px;
	font-weight:bold;
	border-bottom:1px dotted #a8a7a7;
}

h4 a{
	color:#000;
	text-decoration:none;
}

h4.ricerca{
	color:#000;
	text-decoration:none;
	font-size:13px;
	padding-bottom:3px;
	margin-bottom:15px;
	font-weight:bold;
	border-bottom:1px dotted #a8a7a7;
}

h4.ricerca a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

h5{
	color:#000;
	text-decoration:none;
	font-size:14px;
	padding:0;
	margin-bottom:5px;
	font-weight:bold;
}

h6{
	text-decoration:none;
	font-size:25px;
	font-weight: bold;
	padding:0;
	margin:120px 0 0 0;
	display:block;
	color:#626262;
	letter-spacing:5px;
	line-height:30px;
}


hr{
	height:1px;
	border-bottom:1px dotted #a8a7a7;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-bottom:20px;
	clear:both;
}


/* Generici*/
.clear{
	clear:both;
	margin:0;
	padding:0;
}

.nobordo{
	border:none;
}

