/* CSS Document */
/* ======================================== testo generico =============== */
H4	{
	font-family: Tahoma, Times New Roman, Times, serif;
	color: #193565;
	border: 0px solid #000;
	}
H5	{
	font-family: Tahoma, Times New Roman, Times, serif;
	color: #193565;

	}	
/* ======================================== testo generico ======================================== */
.clTitolo {
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 18px;
	color: #462026;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	}
.clTestoNormale {
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 14px;
	color: #343434;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	}
.clTestoNormaleCentrato {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
}

.clTestoNormaleRosso {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FF0000;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
}
.clTestoPiccolo {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	color: #462026;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	}
	
/* =====================footer================================== */
.clFooter{
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 12px;
	color: #193565;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
	}

A.clFooter {color: #193565;text-Decoration:underline;}
A.clFooter:link{color: #193565;text-Decoration:underline;}
A.clFooter:active {color: #193565;text-Decoration:underline;}
A.clFooter:visited{color: #193565;text-Decoration:underline;}
A.clFooter:hover {color: #FD6810;text-decoration:none;}

/* =====================link generici=================================== */	

a:link{	text-decoration:underline; color: #FD6810;}
a:visited{	text-decoration:underline; color: #FD6810;}
a:hover{color: #0079A2; text-Decoration:none;}




/* ==============================Pagina contatti========================================== */
.clFormContatti {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 11px;
	line-height: 15px;
	height: 20px;
	background-color: #EFE8DE;
	border: 1px solid #C5C5C5;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;	
}

.clFormContattiMessaggio {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 11px;
	line-height: 15px;
	background-color: #EFE8DE;
	border: 1px solid #C5C5C5;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;	
}


/* ======================================================================================== */

.clTextBoxForm {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border: 1px solid #999;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	background-color: #EFEFDE;
	/* text-align: left;*/
}
.clTextBoxFormBlocked {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border: 1px solid #999;
	color: #999;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	background-color: #EFEFDE;
	/* text-align: left;*/
}