/* CSS Document */


a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
    color: #76828B;
	text-decoration:none;
}
a:visited {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #C8C016;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #869C09;
}
a:active {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #869C09;
}

#lineleft {
	border-left-color:#76828B;
	border-left-style:dotted;
	border-left-width:thin;
}
#lineright {
    border-right-color:#76828B;
	border-right-style:dotted;
	border-right-width:thin;
}
#pallina {
	background-image:url(../immagini/pallina_menu.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#cliccato {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #C8C016;
}
.testo {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
.testo2 {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
}
.testo3 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}
#titoli {
	background-color: #869C09;
}
.white {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight:normal;
	color:#FFFFFF;
}

