body { 
	margin:0px;
	background-color:#FEEB9F; 
	}
	
body, td { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	}	

a {
	text-decoration:none;
	color:#006600;	
	}	

a:hover {
	text-decoration:underline;
	}		


.titoletto {
	font-weight:bold;
	color:#006600;
	}


.mainText {
	text-align:justify;
	margin-top:20px;
	margin-right:20px;	
	}


/* Layout principale */

.colonnaMenu {
	background-image:url(layout/colonna_sx_bg.jpg); 
	background-repeat:no-repeat; 
	background-color:#FFFFFF;
	}


.spazioSubmenu {
	background-image:url(layout/submenu_bg.jpg);
	width:161px;
	height:263px;
	}


/* MENU */
#menulist {
	margin:0px;
	}

.menuItem {
	list-style-type:none; 
	line-height:35px;
	}
	
.menuItem a {		 		
		font-weight:bold;
		font-style:italic;			
		text-decoration:none;
		color:#006600;	
	}	

.menuItem a:hover {
	color:#CC0000;
	} 	
	
	
/* SUBMENU */

 #subMenuList {
	 margin:0px;
 	}	

.subItem a {
	text-decoration:none;
	color:#006600;	
	}	

.subItem a:hover {
	text-decoration:underline;
	}		