
html{
font-size: 100%;
} 


body {
	background-color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family : Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	color: transparent;
}


/* testo corpo 12 colore 666666 */
.text1 {
	color: #666666;
	font: 0.750em/1.625em Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 0.15em;
	letter-spacing: 0.075em;
	background-color: #ffffff;
	padding: 0;
} 
.text1 A:link, A:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: underline;
} 
.text1 A:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: none;
} 
.text1 A:active {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: underline;
} 


/* testo corpo 11 colore 999999 per testata e footer */
.text2 {
	color: #999999;
	font: 0.687em/1.499em Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 0.137em;
	letter-spacing: 0.068em;
	background-color: #666666;
	padding: 0;
	margin: 0;
}
.text2 A:link {
	color: #999999;
	background-color: #666666;
	text-decoration: none;
}
.text2 A:visited {
	color: #999999;
	background-color: #666666;
	text-decoration: none;
} 
.text2 A:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
} 
.text2 A:active {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
} 


/* testo corpo 12 colore ffffff */
.text3 {
	color: #ffffff;
	font: 0.750em/1.625em Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 0.068em;
	letter-spacing: 0.034em;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.text3 A:link, A:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
} 
.text3 A:hover {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
} 
.text3 A:active {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
} 


h1 {
	color: #666666;
	font: small-caps bold 0.687em/1.499em Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0.812em 0;
	padding: 0;
	background-color: #ffffff;
}


h2 {
	color: #666666;
	font: small-caps bold 0.687em/1.499em Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}


p  {
	margin: 0 0 0.812em 0;
	text-indent: 0.812em;
}

p.noindent  {
	text-indent: 0;
}


/* lista  */
ul {
	list-style-type: none;
	padding: 0;
	margin: 0.812em 0 0.812em 1em;
}

li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* lista menu del footer */
ul.menufooter {
	line-height: 1.375em;
	margin: 0;
}


/* lista elenco clienti */
ul.elencoclienti {
	margin-top: 0;
	margin-bottom: 0.812em;
}


/* tabella */
table, td {
	text-align: center;
	border: 1px #ffffff solid;
	border-collapse: collapse;
}

td {
	text-align: center;
	padding: 0;
	margin: 0;
}

