/* CSS per stile testo */
body {
	background: #FFF;
	color: #000;
	font: normal 100.1%  Arial, Tahoma, Verdana, Georgia, "Helvetica neue", Helvetica, Times, serif;
}

.smallest {
	font-size: x-small;
	font-size: 0.6em;
}
.small {
	font-size: small;
	font-size: 0.8em;
}
.medium {
	font-size:medium;
	font-size: 1em;
}
.large {
	font-size:large;
	font-size: 1.4em;
}
.largest {
	font-size:larger;
	font-size: 1.8em;
}
.ucase{
	text-transform: uppercase;
}

h1{
	color: #000;
	font-size: 0.75em;  
	line-height: 1.5em;
	font-weight: normal;
}
h2{
	color: #000; 
	font-size: 0.78em;
	line-height: 1.3em; 
}
#home_page h2{
	font-style: italic;	
}
p, #home_page h2{
	color: #000;   
	font-size: 0.68em;
	line-height: 1.4em;
}

#menu ul li{
	font-size: 0.75em;  
	line-height: 1.5em;
	font-weight: normal;
} 
li{  
	font-size: 0.75em;
	line-height: 1.4em;
}
a, a:visited{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	padding: 0 0.2em;
}
a:hover{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
#content a, #content a:visited{
	padding: 0;
}
a.lightbox, a.lightbox:hover{
	margin:0;
	padding:0;
}
a.no-padding{
	padding:0;
}
.menu a{
	padding: 0;
}
h3.titolo_lista_allgati{
	font-size: 11px;
	text-decoration: underline;
}
ul#lista_allegati{
	font-size: 14px;
}
ul#lista_allegati li{
	height: 74px;
}