p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A5A5A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5A5A5A;
}

.contenitore {
	width:900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 40px;
}
.principale {
	padding-left: 20px;
	color: #5a5a5a;
	font-size: 16px;
	padding-right: 20px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8C8C8C;
	padding-left: 10px;
	font-weight: bold;
}
.img {
	position: absolute;
	top: 0px;
}

A.menu:LINK {
	text-decoration: none;
	color: #666666;
}
A.menu:visited {
	text-decoration: none;
	color: #666666;
}
A.menu:hover {
	text-decoration: none;
	color: #FE8400;
}
A.sottomenu:link, A.sottomenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.sottomenu:hover {
	text-decoration: none;
	color: #DB8700;
}
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
	right: 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	text-align: center;
}
A.footer:link  {
	text-decoration: none;
	color: #94A310;
	}
A.footer:visited {
	text-decoration: none;
	color: #9AA60D;
	}
A.footer:hover {
	text-decoration: underline;
	}
a:link,a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#associato {
	background-color: #5D6D22;
	height: 96px;
	width: 72px;
	float: right;
}
#header {
	height: 96px;
	width: 900px;
	float: left;
}
.contenitore .principale table tr td h1 strong {
	color: #82A61E;
}
