/* PHUSION CSS
/* GLOBAL
/* 
/* 
/* 
/* 
/* 

/* STRUTTURA */

body	
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
}



/* TESTI */

.title
{
	font-size: 17px;
	color:#fc6a23;
	font-weight:bold;
}

.subtitle
{
	font-size: 11px;
	font-weight:bold;
	color:#fc6a23;
}

.text
{
	font-family: Verdana;
	font-size: 13px;
	line-height:19px;
}

.subtext
{
	font-size: 11px; 
}


.text_interlined
{
	font-size: 11px;
	line-height: 20px;
}


.text_small
{
	font-size: 9px;
	font-weight:bold;
}


