@charset "utf-8";
/* CSS Document */

.textTendinaImage_table {
	border-style: none;
	
}

/* titolo del paragrafo textImageFloat */
.textTendinaImage_title{
	padding: 1px;	
	border-bottom:#0f4582 1px solid;
	font-weight: bold;
	font-size: 13px;
	color: #0f4582;	
}

.bordo{
	border-bottom: #0f4582 1px solid;
}


/* testo del paragrafo textImage */
.textTendinaImage_text
{
	font-size: 11px;
}


/* testo allineato a sinistra */
.textTendinaImage_text_left p {
	text-align: left;
}

/* testo allineato a destra */
.textTendinaImage_text_right p {
	text-align: right;
}
/* testo allineato al centro */
.textTendinaImage_text_center p {
	text-align: center;
}

/* testo giustificato */
.textTendinaImage_text_justify p {
	text-align: justify;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
}



