/***********************
 (c) 2002 E-side s.r.l. 
 ***********************/
 
/* Stile vuoto */
.base{}
body,html{height:100%;}

a {
    text-decoration: none;  
}
a.white{
	color:white;
	text-transform: uppercase;
	font-size:9px;
}
a.sottolineato
{
	border-bottom:1px dashed #333;  
}
a.giallo
{
	color: #FBC12D !important;
}
h1,h2,h3,p{margin:0;padding:0;}

h1{font-family:Georgia,"Times New Roman",serif;
	font-size: 24px; color:#FFB900;
	font-weight:normal;
	margin-bottom:5px;
	line-height:28px;
}
h2{
	font-size: 16px;color: #666666; font-weight:bold;                              
	margin-bottom:4px;
	
	} 
h3{font-size: 11px;color:rgb(171,25,25); font-weight:bold; }
h1{margin-top:5px;}
