.testo {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 19px;
}

.testo1 {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 14px;
}

.selezionato {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

B { 
FONT-WEIGHT: bold 
}

/* LINK - link menu */

A:link {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}

A:visited {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}

A:hover {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	background-color: #643900; 
}

A:active {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}



/* LINK - link testo */

.link:link {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

.link:visited {
	FONT: 11px Arial; 
	COLOR: #643900; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

.link:hover {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
	background-color: #643900; 
}

.link:active {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

.menu:link {
	FONT: 11px Arial; 
	COLOR: #C29C3A; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

.menu:visited {
	FONT: 11px Arial; 
	COLOR: #C29C3A; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

.menu:hover {
	FONT: 11px Arial; 
	COLOR: #000000; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
	background-color: #C29C3A; 
}

.menu:active {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
}

/* inizio css form */

.testoform {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 16px;
}

.titoliform {
	FONT: 11px Arial; 
	COLOR: #C29C3A; 
	font-weight: bold;
	line-height: 16px;
}

.input {
	margin: 1px; 		
	font: 11px Verdana; 
	width: 140px; 
	color: #000000; 
	border-color: #F0DB9E;
	border: 1 px;
	background-color: #ffffff;
}

.input2 {
	margin: 1px; 		
	font: 11px Verdana; 
	width: 30px; 
	color: #000000; 
	border-color: #F0DB9E;
	border: 1 px;
	background-color: #ffffff;
}

.area{
 border: #643900 1px solid;
 background-color: #ffffff;
 font: 11px Verdana;
 width: 550px;
 color: #000000;
 }  

.button {
	margin: 1px; 		
	font: 11px Verdana; 
	color: #643900; 
	border-color: #F0DB9E;
	font-weight: bold;	
	border: 1px;
	background-color: #F0DB9E;	
	}
	
/* fine css form */

#top {
	FONT: 11px Arial; 
	COLOR: #F0DB9E; 
	font-weight: normal;
	line-height: 19px;
} 
#top h1 {
	margin: 10px 0;
	font-size:22px;
	line-height: 24px;
}
#top h2 {
	margin: 10px 0 0 0;
	font-size:18px;
	line-height: 19px;
}
#top h3 {
	margin: 5px 0 0 0;
	font-size:16px;
	line-height: 19px;
}
#top a:link, #top a:visited, #top a:active {
	color: #F0DB9E;
	text-decoration: none;
} 
#top a:hover {
	text-decoration: underline;
	background-color: transparent; 
}
#top .menu:link, #top .menu:visited, #top .menu:active {
	COLOR: #C29C3A; 
	line-height: 19px;
	text-decoration: none;
}
#top .menu:hover {
	COLOR: #000000; 
	line-height: 19px;
	text-decoration: none;
	background-color: #C29C3A; 
}