/*
 ------------------------------------------------------------
	CMS_EDITOR_STYLE.CSS		
------------------------------------------------------------
	Foglio stile per l'editor HTML

	Data:  08-09-2005
 ------------------------------------------------------------
*/


body
{
	background-color: white;
}


.titolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 12px; 
	font-weight: bold; 
	color: #004684; 

}

.sottotitolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: bold; 
	color: red; 

}

.testo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: regular; 
	color: black; 
}