/*
FORMATI TITOLI E TESTO PRESENTI NELL'AMBIENTAZIONE
*/

.cTitolo
{
	font-weight: bold;
	font-size: large;
	color: black;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: center;
	font-variant: normal;
}
.cSottoTitolo
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: center;
	font-variant: normal;
}

.cTestoEditti
{
	font-size: 12px;
	color: black;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: justify;
}
.cTestoEditti
{
	font-size: 12px;
	color: black;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: center;
}
.cRosso
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: justify;
}
.cVerde
{
	font-weight: bold;
	font-size: 12px;
	color: #009900;
	font-family: 'Book Antiqua' , Tahoma, Verdana, 'Times New Roman';
	text-align: justify;
}
.cDivAccesso
{
	margin-left: 10px;
	margin-right: 10px;
}
BLOCKQUOTE
{
	border-right: #835084 1px double;
	padding-right: 2px;
	border-top: #835084 1px double;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #835084 1px double;
	padding-top: 2px;
	border-bottom: #835084 1px double;
}

