/******
	CSS Document Generale
	03.05.2004 - Estensione e generalizzazione degli stili utilizzati
******/


/* Formattazione Generale */

body, input, select, option, textarea, td, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}

body, table {
	margin_border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}

body, textarea {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #338C37;
	scrollbar-darkshow-color: ##ffffff;
	scrollbar-base-color: #ffffff;
	}

a 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #999999;
	}

td.section {
	background-repeat: no-repeat;
	background-position: right;
}

td.vtratto {
	background-repeat: repeat-y;
	background-position: center top;
}

td.otratto {
	background-repeat: repeat-x;
	background-position: left center;
}

.freccia {
	font-size: 7pt;
}

.premessa {
}

.titolo {
	font-size: 10pt;
	font-weight: bold;
}
a.titolo {
	font-size: 8pt;
}

.testo {
}

a.navigazione 	{
	font-weight: normal;
}

td.sezione {
	color: #999999;
}

.descrizione {
	color: #999999;
}
.categoria {
	font-size: 8pt;
	font-weight: bold;
	color: #338C37;
}

.vTitle	{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	}

.vDescr {
	font-size: 8pt;
	color: #999999;
	}

.vSection {
	font-size: 8pt;
	font-weight: bold;
	color: #338C37;
	}


.tBianco { color: #ffffff }
a.tBianco { color: #ffffff }

.tGrigio { color: #999999 }
a.tGrigio { color: #999999 }
.fGrigio { font-size: 7pt; color: #999999 }


