.pulsante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
	line-height: 10px;
}

.filetto {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: B60816;
}
.Titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317d;
	font-weight: bold;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00317d;
	text-decoration: none;
}

.TitoloBianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.TitoloBluFilettato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317d;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: B60816;
	border-right-color: #b60816;
	border-bottom-color: #b60816;
	border-left-color: #b60816;
}
/* textbold - Testo Blu */
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00317d;
	text-decoration: none;
}

/* textbold - Testo Nero */
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* SfondoRossoTestoBianco - Titolo */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	font-style: normal;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FF0000;
	border-top-style: solid;
	width: 500px;
}

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

