/* CSS Document */
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.testo_meno {
    font-size: 10px;
}
a:link,a:visited,a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
.bordonero {
	border: #000000 1px solid;
}
.bordonero_lati {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.bordonero_notop {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-bottom: 1px solid #000000;
}
.login_txt {
	font-size:10px;
	font-weight: bold;
}
.login_btn {
	font-size:10px;
	font-weight: bold;
	background-color: #9999aa;
	border: thin dashed #000000;
}
.login_field {
	font-size:10px;
	font-weight: bold;
	background-color: #eeeeee;
	border: thin dotted #000000;
}
.menubox {
	border: thin dashed #000000;
}
.menuitem {
	font-size:12px;
	font-weight: bold;
	color: #003366;
	padding-left: 10px;
}
.menuitem_no {
	font-size:12px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
}
.menuitem:hover {
	font-size:12px;
	font-weight: bold;
	color: #999999;
	background-color: #B8ACFD;
}
.piccolo_blu {
	font-size: 10px;
	color: #0066FF;
}
.sep_sx {
	border-left: thin dotted #333333;
}