@charset "utf-8";
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006DB7;
}
.testo {
	color: #F00;
	background-position: center;
	font-size: 95%;
}
.sfondo {
	background-color: #DFE992;
	height: 210px;
}

.font {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 12px;
	color: #03F;
}
.font a {
	color: #03F;
	text-decoration: none;
}
.font a:hover {
	color: #F00;
}
.avvisi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007EC3;
	padding-left: 15px;
	background-color: #EDEDED;
	border: 2px solid #9EC9D9;
}
.avvisi a {
	text-decoration: none;
	color: #007EC3;
}
.avvisi a:hover {
	color: #F00;
}
body {
	background-image: url(immagini/img.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-blue {
	background-image: url(immagini/blu.png);
	background-repeat: no-repeat;
	height: 29px;
}
/* Menu */

#menu {
	width: 650px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -23px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #F00;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	cursor: hand;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu li.active {
	background-color: #CFCECE;
}

#menu li.active a {
	color: #C90404;
}

#menu li.active b {
	background-repeat: no-repeat;
	background-color: #F8E298;
}
.posta {
	color: #009;
}
.posta a {
	text-decoration: none;
	color: #00C;
}
.posta a:hover {
	color: #697706;
}
.title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006DB7;
}
.title2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006DB7;
	text-decoration: none;
}
.title2 a:hover {
	color: #F00;
}
