body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}





.foottesto {
padding:5px;

	color: #555;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
.foottesto a {
	color: #555;
	text-decoration: underline;
}

.foottesto a:hover {
	color: #000;
	text-decoration: underline;
}




.testo {

	color: #000;
	padding-left: 60px;
	padding-right: 15px;
	text-align: justify;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 22px;
}

.testo a:link { color: #333; text-decoration: none; font-weight: bold; }
.testo a:visited { color: #333; text-decoration: none; font-weight: bold; }
.testo a:hover { color: #000; text-decoration: underline; font-weight: bold; }
.testo a:active { color: #333; text-decoration: none; font-weight: bold; }


.testo ul
{
/* margin-left: 0; */
/* padding: 0; */

list-style-type: circle;
}





.credits {

	color: #555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	text-decoration: none;
}
.credits a {
	color: #555;
	text-decoration: none;
}

.credits a:hover {
	color: #000;
	text-decoration: underline;
}







.titolo {
	color: #0A4D39;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
}






/*
#navcontainer { width: 200px; }
*/
#navcontainer ul
{
margin-left: 0;
padding: 0;

list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer li { margin: 0 0 14px 0; }

#navcontainer a
{

display: block;
padding: 6px;
/*width: 160px;*/
background-color: #555;
/*border-bottom: 1px solid #eee;*/
}

#navcontainer a:link, #navlist a:visited
{
color: #555;
text-decoration: none;
background-color: #fff;
}

#navcontainer a:hover
{
background-color: #DEE7E4;
color: #0A4D39;
}


#active a:link, #active a:visited, #active a:hover
{
border-left: 1px solid #A5BEB7;
font-weight: bold;
background-color: #DEE7E4;
color: #0A4D39;
text-decoration: underline;
}
