/*Css specific for text styles*/

a{
	color:#777;
	font-weight:normal;
	border-bottom: 1px solid #777;
	background-color:inherit;
	text-decoration: none;
font-size:12px;
}

a:hover{color:#009e3f; text-decoration:none; border-bottom: 1px solid #009e3f;}
a img{border:none;}
/*elimina bordo tratteggiato quando il link è cliccato*/
a:active { outline: none; } 
a:focus { -moz-outline-style: none; }
a.galleryLinks {
	text-decoration:none;
}
a.noBorder:link,a.noBorder:visited, a.noBorder:hover {border:0px;}
a.galleryLinks img {
	border:0px;
	text-decoration:none;
}
a.lytebox {
	border:0;
}
/*Stile del testo*/
.inside {
	font-size:12px;
	color: #444;
	text-align:justify;
	line-height:1.5em;
}
p, ul.list li, ul li{
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	font-size:12px;
	color: #444;
	text-align:justify;
	padding:0px;
}
.subtitle, h3, h4, h5, h6 {
	color: #009e3f;
	font-size:13px;
	font-weight:bold;
	background: url(../../../img/subtitleSquare.gif) no-repeat left center;
	padding-left:15px;
	padding-bottom:1px;
	margin-bottom:5px;
	display:block;
}
.title, h1, h2 {
	color: #009e3f;
	font-size:15px;
	font-weight:bold;
	background: url(../../../img/titleSquare.gif) no-repeat left top;
	padding-left:20px;
	padding-bottom:3px;
	margin-bottom:10px;
	display:block;
}
.titleLast {
	color: #38a1ca;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}
.separator {
height:0px;
width:100%;
margin-bottom:10px;
border-bottom:solid 1px #aaa;
}
.didascalia { font-size:10px;}
.pedice{vertical-align: sub;font-size:9px;}
