@charset "utf-8";
.titolo {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #9e9e9d;
	font-weight: normal;
}

html, body {
	margin:0;
	padding:0;
}
a.grigio:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666C73;
	text-decoration: none;
}

a.grigio:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666C73;
	text-decoration: none;
}

a.grigio:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666C73;
	text-decoration: none;
}

a.grigio:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ACB0B5;
	text-decoration: none;
}
a.giallo:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #a86d0a;
	text-decoration: underline;
}

a.giallo:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #a86d0a;
	text-decoration: underline;
}

a.giallo:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #a86d0a;
	text-decoration: underline;
}

a.giallo:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #a86d0a;
	text-decoration: none;	
	
}
.campi {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #303336;
	border: 1px solid #a86d0a;
}
.testo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666C73;
}
.bordo {
	border: 1px solid #666C73;
}

.bg {
	margin: 0px;
	background-image: url(../images/bg.gif);
}
.testoarancio {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a86d0a;
}
li {
	list-style-image: url(../images/freccia.gif);
}
.testocentro {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666C73;
	padding-right: 5px;
}
.puntato {
	list-style-image: url(../images/pallino.gif);
}
.titologiallo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #A86D0A;
	font-weight: bold;
}
.campi2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #a86d0a;
	background-color: #a86d0a;
}
