* {
	margin: 0;
	padding: 0;
}

.selected {background-color:#E26A00 !important;}
body {
	text-align: center;
	background: url(sfondo.jpg) repeat-x;
	font-family: Tahoma;
	font-size: 80%;
}

h1, h2 {
	color: #e26a00;
	font-family: Tahoma;
	font-variant: small-caps;
	background: url(logo-piccolo.jpg) no-repeat;
	padding: 15px 0 3px 55px;
	/*border-bottom: 1px solid #444e6a;*/
	margin-bottom: 15px;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top: 30px;
}

#corpo {
}

	#td1 {
		font-family: Tahoma;
		width: 300px;
	}
	#td1 li {
		/*margin-bottom: 8px;
		padding-left: 15px;*/
		margin-right: 40px;
	}
	.active {
		background: url(punto-elenco-menu-rosso.jpg) no-repeat;
	}
	
	#td3 {
		font-family: Verdana;
		font-size: 70%;
		color: #444e6a;
		line-height: 1.4em;
		padding-left: 10px;
	}
	
	#td3 p {
		border-top: 15px solid #cccfdf;
		margin-bottom: 15px;
	}
	
#footer {
	margin-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid gray;
	padding-top: 5px;
	font-family: Tahoma;
	font-size: 73%;
}

ul {
	list-style: none;
}

#td1 a {
	display: block;
	width: 100%;
	height: 25px;
	padding-left: 5px;
}

#td1 a:link {
   background-color: #444e6a;
   color: white;
   text-decoration: none;
}

#td1 a:visited {
   background-color: #444e6a;
   color: white;
   text-decoration: none;
}

#td1 a:hover {
   background-color: white;
   color: #444e6a;
   text-decoration: none;
}

.formstyle {
	font-family: Tahoma;
	font-size: 70%;
	font-variant: small-caps;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 35px 0 0;
	padding: 10px;
	color: #666;
	margin-top: 4px;
}

