body {
	background-color: #F0F0EF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
a.menualto {
	font-weight: bold;
	color: #4DABCB;
	text-decoration: none;
	font-size: 12px;
}
select {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.biancobold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.biancobold:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

.rosso {
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
	font-size: 12px;
}



a.menualto:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}


a.grigio {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.grigio:hover {
	color: #A8AA0A;
	text-decoration: none;
}
.grasseto {
	font-weight: bolder;
	color: #000000;
}
li {
	margin-left: -2px;
	list-style-image: url(../img/freccetta_nera.gif);
}
.novita {
	color: #FF0000;
	text-decoration: none;
}
