/* body{ background: url("immagini/sfondo.jpg"); background-repeat: repeat-x; background-color: #EFECB6; } */

body{ background-color: #EFECB6; }

TD,TR,p{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	MARGIN:0px;
}
a{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover{
	font-family: verdana;
	font-weight: 10px;
	font-size: 12px;
	color: #cccc33;
	text-decoration: underline;
}
.bottom{
	margin-left: 25px;
	margin-right: 25px;
	border-top: 1px solid #E1E1E1;
}

.mn_top{
	height: 30px;
	line-height: 30px;
}

.mn_top_voce{
	background-image: url(immagini/sfondo_menu.jpg);
	width: 150px;
	height: 30px;
	float: left;
	clear: none;
}

.mn_top a{
	font-family: verdana;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 0px;
	line-height: 30px;
	display:block;
}
.mn_top a:hover{
	background-image: url(immagini/sfondo_menu_ov.jpg);
	font-family: verdana;
	font-weight: 10px;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

.bottom p{
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

.titolo{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #cccc33;
}

.titoletto{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #cccc33;
}

input,select,option,button,textarea{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border-style: groove;
}

form{
	margin: 0px;
}


