/* GENERAL fonts */

body {
	font-size: 11px;
	font-family: trebuchet, verdana, arial;
}
p {
	font-size: 11px;
	line-height: 15px;	
	text-align: justify;
}
.testo {
	font-size: 11px;
	text-align: justify;
	line-height: 15px;	
}

.testogrigio {
	font-size: 11px;
	
	color: #999999;	
}
.tit {
	font-size: 14px;
	font-weight: bold;
}
.titgrigio {
	font-size: 14px;
	color: #999999;	
	font-weight: bold;
}
.switchcontent {
	font-size: 11px;
}
.showstate {
	font-size: 11px;
	text-decoration: underline;
}


.menu-tit-sott {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: trebuchet, verdana, arial;
    text-decoration: underline;
}
.menu-tit {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
		text-decoration: none;
	font-family: trebuchet, verdana, arial;

}
.menu-tit:link{
	color: #666666;
	text-decoration: none;
	
}
.menu-tit:hover{
	color: #666666;
	text-decoration: underline;
	
}
.menu-tit:visited{
	color: #000000;
	
}
.menu-voce-sott {
	font-size: 10px;
	font-weight: bold;
	font-family: trebuchet, verdana, arial;
	text-decoration: none;
	color: #666666;
}
.menu-voce
{
	font-size: 10px;
	font-weight: bold;
	font-family: trebuchet, verdana, arial;
	text-decoration: none;
	color: #999999;
}
.menu-voce:link
{
		text-decoration: underline;
	text-decoration: none;
	font-family: trebuchet, verdana, arial;
}
.menu-voce:hover
{
	
	text-decoration: underline;
	font-family: trebuchet, verdana, arial;
}

UL{
	font-size: 11px;
	font-family: trebuchet, verdana, arial;
}

LI{
	font-size: 11px;
	font-family: trebuchet, verdana, arial;
}

H1 {
	font-size: 14px;
	text-align: right;	
	font-family: trebuchet, verdana, arial;
}

H2 { font-size: 14px; 
font-family: trebuchet, verdana, arial;
}

H4 {
	font-size: 12px;
	font-family: trebuchet, verdana, arial;
	text-decoration: underline;
	color: #0066CC;
}


input {
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
}


/*TD#footer {border-top: dotted 1px #999999;}*/
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 550px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;	
	background-color:#F7F3F7
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 99%;
}
TD#menu_1 DIV A {
	color: #666666;
	text-decoration: none;

}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
	
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  color: Black;
  font-weight:bold;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;

  /*filter:alpha(opacity='70', style='0');*/
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
  }

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
 color: Black;
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
 color: Black;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}
/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
 
}
TR#menu_2 TD.menu2-level1-act {
 
}

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: trebuchet, verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}



