BODY  {
	SCROLLBAR-FACE-COLOR : #F0F0F0;
	SCROLLBAR-HIGHLIGHT-COLOR : #D0D0D0;
	SCROLLBAR-SHADOW-COLOR : #808080;
	SCROLLBAR-ARROW-COLOR : #FF6600;
	SCROLLBAR-TRACK-COLOR : #FFFFFF;
	SCROLLBAR-BASE-COLOR : #F1F1F1;
	SCROLLBAR-DARK-SHADOW-COLOR : #F1F1F1;
	SCROLLBAR-3D-LIGHT-COLOR : #FFFFFF;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}

/* textbold - Testo */
.Testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	height: 20px;
	text-align: justify;
}

.TestoGrassetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	height: 20px;
	text-align: justify;
}

/* TitoloBiancoSfondoBlu - Sottotitolo */
.Sottotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	border-bottom-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 585px;
}

/* FilettoTratteggiato - Tratteggio*/ 
.Tratteggio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color:#FFA814;
	border-bottom-style: dashed;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* SfondoArancioTestoBlu - Titolo */
.Titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#003399;
	border-left-width: 1px;
	width: 585px;
	border-bottom: 1px dotted #000066;
}

/* TestoBluLink */
A {     
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color:#003399;
	text-decoration : none;
}

.textbianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.ButtonShort {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px double #FF9933;
	width: 80px;
	height: 18px;
	font-size: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 4px;
}
.FieldMiddle {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px double #FF9933;
	font-size: 11px;
	color: #000000;
	width: 120px;
	height: 18px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

