/*** Ultima modifica 12/04/2007 (rel. 04001) ***/
body
{
	font-style: normal;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
.testoModulo
{
	font-weight: bold;
}
.testoAnnotazioni
{
	font-style: italic;
	font-weight: normal;
}
.tabella
{
	vertical-align: top;
	font-size: 8pt;
}
.intestazione
{
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	background-color: #e0e0e0;
	text-align: center;
	margin-top: 10px;
}
.sottoTitolo
{
	text-align: center;
	font-weight: bold;
}
.sfondoGiallino
{
	background-color: #ffffcc
}
.sfondoGrigio
{
	background-color: #c0c0c0
}
.sfondoVerde
{
	background-color: #00ff00
}
.lineaCorta
{
	width: 70%;
	position: absolute;
	height: 3px;
}
.carattereFisso
{
	font-family: "Courier New", Courier, monospace;
}
.centrato
{
	text-align: center;
}
.destra
{
	text-align: right;
}
.centratoVerde
{
	text-align: center;
	background-color: #00ff00
}
.testoPiccolo
{
	font-size: 80%;
}
.bordato
{
    border: 1px solid #000000;
    padding: 5px;
}
.larghezza95
{
	width: 95%;
}
