/* ************ */
/* CORPO PAGINA */
/* ************ */

body
{
	margin:0; background-color: #FFFFFF;font-family:Trebuchet MS; font-size:10pt; vertical-align:medium; word-spacing:0; text-align:justify
}

/* ********* */
/* PARAGRAFI */
/* ********* */

p.titolo
{
	color: #000080;
	font-family: tahoma;
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
}

/* ************* */
/* TESTO NORMALE */
/* ************* */

font.normal
{
	font-family: trebuchet Ms;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000080;
}

/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */

a
{
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

a:link, a:visited
{
	text-decoration: none; font-family:Trebuchet MS; color:#000000; font-size:10pt; font-weight:bold
}
a:active
{
	text-decoration: none; font-family:Trebuchet MS; color:#000000; font-size:10pt; font-weight:bold; background-color:#FFFF00
}

a:hover
{
	text-decoration: none;font-family:Trebuchet MS; font-size:10pt; font-weight:bold; background-color:#FFFF99
}

/* ******* */
/* TABELLE */
/* ******* */

table
{
	background-color: #FFFFFF;font-size:10pt; font-family:Trebuchet MS; margin-top:0; margin-bottom:0
}

td.interno
{
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;font-family:Trebuchet MS; font-size:10pt; margin-top:0; margin-bottom:0
}

td.internotitle
{
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
}