.titolo, .titoletto, .testo, .testoBold, .link, .menu {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}


.testo, .testoBold, .link {
	font-size: 11px;
}


.testoBold {
	font-weight: bold;
	color: #070707;

}

.titolo { 
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 20px; 
	color: #2C1D08; 
}

.titoletto { 
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 18px; 
	color: #2C1D08; 
}


.link {
	font-weight: bold;
	color: #C55300; 
}


.link:hover { 
	text-decoration: underline; 
}


.menu {
	font-size: 10px;
	color: #000000; 
}

.menu:hover { 
	color: #ffffff;  
}


.copyright {		 
	font-size: 9px;	 
}


form {
	display:inline;
	margin:0px;
}

.inputText {
   	font-size: 10px;
	color: #616161;
	border: 1 solid #999999;
	background-color: #f1f1f1;
	float: none;
	padding: 0px;
	margin: 0px;
}