/* ************ */
/* CORPO PAGINA */
/* ************ */

body
 { background-color: transparent }

/* ********* */
/* PARAGRAFI */
/* ********* */

p.titolo
   { color: #000080; font-weight: bold; font-size: 10pt; font-family: tahoma; background-color: transparent; text-align: center }

/* ************* */
/* TESTO NORMALE */
/* ************* */

font.normal
  { color: #000080; font-style: normal; font-weight: normal; font-size: 8pt; font-family: tahoma; background-color: transparent }

/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */

a
{
	color: #0000FF;
	font-family: tahoma;
	font-size: 9pt;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ******* */
/* TABELLE */
/* ******* */

table
  { background-color: transparent }

td.interno
   { background-color: transparent; padding-right: 1pt; padding-left: 1pt }

td.internotitle
   { background-color: transparent; padding-right: 1pt; padding-left: 1pt }

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol
 { color: #000080; font-weight: bold; font-size: 9pt; font-family: Tahoma }

