DIV,P
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: arial, arial;
    TEXT-ALIGN: justify
}

#navmenu a
{
display: block;
color: #FFFFFF;
background-color: #33cc00;
width: 100%;
height: 100%;
padding: 10px 2px;
text-decoration: none;
}

#navmenu a:hover 
{
display: block;
color: #33cc00;
background-color: #FFFFFF;
width: 100%;
height: 100%;
padding: 10px 2px;
text-decoration: none;
}

#navmenu a#active 
{
display: block;
color: #33cc00;
background-color: #FFFFFF;
width: 100%;
height: 100%;
padding: 10px 2px;
text-decoration: none;
}
/* menu */
.testo_menu_left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:bold;

	text-align: left;
	text-decoration: none;

}
.testo_menu_left:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
font-weight:bold;
	text-align: left;
	text-decoration: none;

}
.testo_menu_center{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;

	text-align: center;
	text-decoration: none;

}
.testo_menu_center:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align: center;
	text-decoration: none;

}
.testo_menu_justify{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;

	text-align: justify;
	text-decoration: none;

}
.testo_menu_justify:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	background:#000000;
	text-align: justify;
	text-decoration: none;

}

/* testi */
.testo_base_left_s{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: justify;
	text-decoration: none;

}

.testo_base_left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	text-align: left;
	text-decoration: none;

}
.testo_base_center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-align: center;
	text-decoration: none;

}
.testo_base_justify{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align: justify;
	text-decoration: none;

}

.testo_base_piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
}

.testo_base_piccolo_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}

/* links */
.testo_link_left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
	text-align: left;
	text-decoration: none;

}
.testo_link_left:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
	text-align: left;
	text-decoration: underline;

}
.testo_link_center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align: center;
	text-decoration: none;

}
.testo_link_center:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-align: center;
	text-decoration: none;

}
.testo_link_justify{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align: justify;
	text-decoration: none;

}
.testo_link_justify:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-align: justify;
	text-decoration: none;

}
.testo_link_piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #336600;
}
.testo_link_piccolo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #336600;
	text-decoration: none;
}

/* tratti */
.tratto_bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	

.tratto_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tratto_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}	
.tratto_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}	

.trattototal {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	}


