body {
	color : #034083;
	background-color : #264A5D;
	font-family : Arial, Verdana, sans-serif;
}  

td {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
}

td.bianco {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

td.btn {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 5px;
}

td.indirizzo {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a {
    color: #0068D2;
	font-family : Arial, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

a:hover {
	color : #0068D2;
	font-family : Arial, sans-serif;
	text-decoration : underline;
	font-size : 11px;
	font-weight : bold;
}

a.btn {
    color: #034083;
	font-family : Arial, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
}

a.btn:hover {
	color : #0F6FD9;
	font-family : Arial, sans-serif;
	text-decoration : underline;
	font-size : 12px;
	font-weight : bold;
}

a.tipo {
    color: #034083;
	font-family : Arial, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
}

a.tipo:hover {
	color : #0F6FD9;
	font-family : Arial, sans-serif;
	text-decoration : underline;
	font-size : 11px;
	font-weight : normal;
}

.coll {	border-collapse: collapse; }

.zoom {
	color : #0F6FD9;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.titolo {
	color : #763032;
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.prodotto {
	color : #283A6C;
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.decreto {
	color : #283A6C;
	font-family : Times;
	font-size : 12px;

}

.testo_rosso {
	color : #FF0000;
}

.rosso {
	color : #000000;
	background-color : #FF0000;
}

.rosso_bianco {
	color : #FFFFFF;
	background-color : #FF0000;
}

.blu {
	color : #FFFFFF;
	background-color : #186CAB;
}

input, textarea, select	{
		  font: 7pt Verdana, Arial, Helvetica, sans-serif; 
		  background-color: #FFFFFF; 
		  color: #000000; 
		  border: 1px solid #274A7E; 
		  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
		}
button	{
		  font-size: 8pt;
		  color: #000000;
		  font-style: normal;
		  font-weight: normal;
		  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
		}