<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Stili Header ***/
H1
	{
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #306ba2;
	font-weight: normal;
	}
	
H2
	{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #306ba2;
	font-weight: bold;	
	}	
H3
	{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #306ba2;
	font-weight: bold;	
	}	
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul li {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#f60;
	list-style-image:url(../images/0129_ibullet.png);
}
ul ul li {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
	list-style-image:url(../images/0129_ibullet.png);
}
a.prodotti {
	height: 30px;
	padding-top: 8px;
	padding-bottom: 6px;
}

a:hover.prodotti {
	height: 30px;
	padding-top: 8px;
	padding-bottom: 6px;
	color:#306ba2;
	background-color:#fff;
}

	
.TitoloProdotti {
/*	display:block;
	width:500px;*/
	text-align:left;
	padding-left:50px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #306ba2;
	font-weight: bold;	
	line-height:28px;
}

.TitoloProdotti span{
	margin-left:50px;
}

.pdf {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight:lighter;
	list-style-position:inside;
	background-image:url(../images/pdf.jpg);
	background-repeat:no-repeat;
	background-position:left;
	line-height:40px;
	padding:0px 15px 0px 15px;
	
}
.zip {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight:lighter;
	list-style-position:inside;
	background-image:url(../images/document.jpg);
	background-repeat:no-repeat;
	background-position:left;
	line-height:40px;
	padding:0px 15px 0px 15px;
}

.imgMarchi {
	border: 2px solid f60;
	padding:5px;
	margin:2px;
}
.codice {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-weight:bold;
	color:#f60;
}

.titoloProgrammi {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#306ba2;
	padding:0px 5px 5px 5px;
}

/*** TABELLA RECAPITI ***/
Table.Tabella-Recapiti
	{
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	width: 100%;
	}
Table.Tabella-Recapiti TD
	{
	vertical-align: bottom;
	}
	
DIV.Testo-Recapiti
	{
	height: 60px;
	margin: 0px;
	margin-top: 20px;
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #306ba2;
	display: block;
	vertical-align: bottom;
	}
DIV.Testo-Recapiti A, DIV.Testo-Recapiti A:active, DIV.Testo-Recapiti A:visited, DIV.Testo-Recapiti A:hover
	{
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #306ba2;	
	text-decoration: none;
	}
DIV.Testo-Recapiti A:hover
	{
	text-decoration: underline;
	background-color: transparent;
	}
	
/**** Catalogo Prodotti ***/

TABLE.Tabella-Pulsanti-Catalogo
	{
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	}
	
TABLE.Tabella-Pulsanti-Catalogo TD
	{
	padding: 1px;
	text-align: center;
	}</pre></body></html>