BODY.V01 {
 background-color : #00EC9F;
}

A.V02 {
font-size:14pt; 
font-family:"serif";
font-style:normal; 
color: Blue;
 text-align : justify;
}

A.V03 {
font-size: 11pt; 
font-family: sans-serif; 
font-style:normal;
color:Black;
}
A.V04 {
font-size:10pt; 
font-family:"Arial"; 
font-style:normal;
color: #4169E1;
 text-align : justify;
}

P.V01 {
font-size: 24pt; 
font-family:"Times new Roman";
font-style:normal; 
font-weight:bold;
color: White;
 text-align : center;
}

P.V02 {
font-size:14pt; 
font-family: serif;
font-style:normal; 
color: #1E90FF;
 text-align : justify;
}

P.V03 {
font-size: 11pt; 
font-family: sans-serif; 
font-style:normal;
color:Black;
 text-align : justify;
}

P.V04 {
font-size:10pt; 
font-family:"Arial"; 
font-style:normal;
color:Red;
 text-align : justify;
}

P.V05 {
 text-align : justify;
}


TD.tab1
 {
	display: table;
	font-size : 10px;																	   /* definisce il testo */	
	font : normal "Times New Roman", Times, serif;							 /* definisce il testo */
	color: Black;	
	text-align : center;							   									  /* definisce il testo */
	border-left : 0px solid #CEFDD0;                    							 /* definisce il bordo sinistro */
	border-top : 0px solid #CEFDD0;              									/* definisce il bordo sopra */
	background: transparent none;                  												/* definisce il colore di sfondo */
	border-bottom : 0px solid #CEFDD0;
	border-right : 0px solid #CEFDD0;
	line-height : normal;
	}
	
TD.tab2 
{
	display: table;
	font-size : 9px;																	   /* definisce il testo */	
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;							 /* definisce il testo */
	color: Black;
	text-align : center;							   									  /* definisce il testo */
	border-left : 0px solid Black;                    							 /* definisce il bordo sinistro */
	border-top : 0px solid Black;              									/* definisce il bordo sopra */
	background: transparent;                  												/* definisce il colore di sfondo */
	border-bottom : 0px solid Black;
	border-right : 0px solid Black;
	line-height : normal;
	}
	

