/* --------------------------------------- */
/* EXCOMMERCE: CONFIGURAZIONE OGGETTI NOTE */
/* --------------------------------------- */

/* TABELLA BENVENUTO */
.NoteTbl
{
	/* background-color: #889EB6; */
	border-color: #86292A;
	border-width: 0px;
	border-style: solid;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #9A3E30;
	text-decoration:none;
	text-align: left;
	padding-left : 1px; 
	padding-right : 1px; 
}

/* CELLA TITOLO BENVENUTO */
.NoteTdTitle
{
	background-color: #86292A;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: F1A832;
	height: 16px;
	text-align: left;
	padding-left : 1px; 
	padding-right : 1px; 
}

/* CELLA TESTO BENVENUTO */
.NoteTdTesto
{
	font-size: 10pt;
	color: #8b0000;
	font-family: tahoma;
	text-align: justify;
}
