/*
 ------------------------------------------------------------
	CMS_EDITOR_STYLE.CSS		
------------------------------------------------------------
	Foglio stile per l'editor HTML

	Data:  08-09-2005
 ------------------------------------------------------------
*/


body
{
	background-color: white;

}

/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/


.titolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 12px; 
	font-weight: bold; 
	color: #bd1a10;  
}

.sottotitolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: bold; 
	color: #262525; 
}

.testo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: regular; 
	color: #262525; 
}