/* CSS Document */
<style>	
.class1 A 		{ color: #333333; font-weight:bold; text-decoration: none; }		
		A:link		{ color: #333333; font-weight:normal; text-decoration: none; }
		A:visited		{ color: #333333; font-weight:normal; text-decoration: none; }	
		A:active		{ color: #333333; font-weight:normal; text-decoration: none;  }	
		A:hover		{ color: #398BC5; text-decoration:none ; font-weight:normal; }

		
		
body, td, tr{
	font-family: arial;
	color:#999999;
	font-size:9px;
	font-weight:bold;
	line-height: normal;
	margin-top: 30px;
	width: 500p;
	text-decoration: none;
}

//

.Stile1 {
	color: #333333;
	font-family: "trajan pro";
	font-size: 11px;
	
}
.Stile3 {
	font-family: arial;
	font-weight: bold;
}
.Stile5 {color: #FFFFFF}
.Stile8 {color: #333333; font-family: arial;}
.Stile11 {
	font-family: arial;
	font-size: 14px;
}
.Stile12 {
	font-size: 12;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.Stile19 {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	color: #0066FF;
	align: right
}
.Stile21 {
	font-family: arial;
	font-size: 12;
	font-style: italic;
	color: #999999;
}
.Stile24 {
	font-family: arial;
	color: #666666;
	font-weight: bold;
}
.style6 {font-size: 14px}
.style18 {	font-family: arial;
	font-size: 16px;
	font-style: italic;
	color: #398BC5;
	align: right;
}
.style24 {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	color: #398BC5;
	align: right;
}
.style26 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.style27 {
	color: #6A6A6A;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
}
.style32 {font-weight: bold;
color:#999999;
		  font-size:11px;
		  font-family: arial;
		  
}
.style33 {
	color: #666666;
	font-size: 10px;
}
.style36 {
	color: #666666;
	font-size: 12;
}


ul.menu1 {
width:150px;
list-style:none; 
margin:0; padding:0;

}

ul.menu1 li a {
display:block; 
text-decoration:none; 
padding:0 1em; 
height:3em;line-height:3em; 
}
ul.menu1 li { display:inline } 

ul.menu1 li a:link, ul.menu1 li a:visited {
	background:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
} /* colori per il link */
ul.menu1 li a:hover, ul.menu1 li a:active {
	background: white;
	color:#0066FF;
} /* colori per l'effetto roll-over */



</style>

