img { border:none; }

.divContenutoSx {
	z-index: 1;
	position: absolute;	
	width: 500px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(../img/colsx.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*---------------------------------------------------------------------------------------------------------*/

html { 
	height: 100%;
	margin-bottom: 1px;
}


h1 {
	font-size: 16px;
	color:#CC3300;
	margin-bottom: 5px;
}

p {
margin-top: 5px;
}

a.testoFaqDomanda:link {
	text-decoration:none;
}
a.testoFaqDomanda:visited {
	text-decoration:none;
}
a.testoFaqDomanda:hover {
	text-decoration:none;
}
a.testoFaqDomanda:active {
	text-decoration:none;
}

a.testoFaqDomanda_inactif:link {
	text-decoration:line-through;
}
a.testoFaqDomanda_inactif:visited {
	text-decoration:line-through;
}
a.testoFaqDomanda_inactif:hover {
	text-decoration:line-through;
}
a.testoFaqDomanda_inactif:active {
	text-decoration:line-through;
}


.testoFaqRisposta {
	padding:10px;
	font-style:italic;
}

