/* CSS - Elementi Standard  - stili generici */

body{font-family: arial,sans-serif;
	font-size: 80%;
	text-align: center;
}
h1,h2,h3,p {
	margin: 0px; 
	padding:0px 5px 10px 5px;
}
h1{ 
	font: bold italic 2.5em "Times New Roman", Times, serif;
}
h2{
	font-size: 1.5em;
}
h3{	font: italic; 
	font-size: 1.1em;
}
p{	
	font-size: 1em;	
}
a {	
	margin: 0px; 
	padding:0px;
	color: #0000ff; 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a:visited {
	color: #007799;
}
img {	
	border: 0px;	
}
ul {
	padding: 0px 0px 0px 10px;  
	margin: 0px 0px 10px 0px; 
	list-style-type: none;
}
div#contenuti ul {
	padding: 0px 0px 0px 10px;  
	margin: 0px 0px 10px 10px; 
	list-style-type: disc;
}

hr {
	border: #FF9900 1px dotted; 
	margin:0px; 
	padding:0px;
}

table {
	border: 1px solid #000000;
	width: 99%;
	font-size: 0.9em;
}
th {
	background-color: #FFCC66;
	text-align: center;
	font-weight: bold;	
	border: 1px solid #000000;
}
td {
	text-align: center;
	border: 1px solid #000000;
}

div.adsense{
	text-align:center;
	margin: 20px 0;
}
div.adsearch{
	margin:0;
	margin-bottom: 10px;
	text-align:center;
}

div.ads_right{
	margin:0;
	float:right;
}

.menu_oriz{
	clear: right;
}