.titolo {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20pt; 
	font-weight: bold;
	color: #243458;
	letter-spacing: 2px
}

.titolo2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	color: #91947C;
	letter-spacing: 1px
}

.titolo3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	color: #bb0000;
	letter-spacing: 1px
}



a {
	font-weight: bold;
	text-decoration: none;
	color: #243458
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #91947C
}

td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; font-weight: lighter
}

.button	{
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	background-color: #243458;
	border-color: #000000;
	font-size: 8pt;
	color: #DFE2C9;
    border:2px buttonhighlight outset;
    padding-top:1;
    height:24;
    text-align:center;
}