

<!-- 
body { 
	font:80% verdana,helvetica,sans-serif; 
	margin:0; padding:0;
	text-align:center;
	background:#ccffcc;
}
hr { 
	display:none
}

/* centrare la pagina web a larghezza fissa */
#testa {
	width:900px;
	height:109px;
	margin:1px auto;
	margin-bottom:0px;
	background:#ffffff; 
}
#corpo {
	position:relative; 

	width:900px;
	margin:0px auto;

	text-align:left;
	background:#72B372; 
	border:0px solid #000; 
}
#piede { 
	width:900px;
	margin:1px auto;
	text-align:center;
	color:#666666;
	border:0px solid #000; 
	padding:1px; 
}
#recapitoBottom{
	color:#6c6c6c;
	font-size: 9px;
	font-style:italic;		
}
#colSX { 
	position:absolute;
	top:0;
	left:0; 
	width:204px;
	background:#72B372;
}
#colContent { 
	margin:0 204px 0 204px;

	height: auto !important;  /* per i browser moderni */
    height: 600px;      /* per IE5.x e IE6 */
    min-height: 600px;  /* per i browser moderni */

	background:#ccffcc; 
	padding:4px 
}
#colDX { 
	position:absolute;
	top:0;
	right:0;
	width:204px;
	background:#72B372;
}
.boxmenu{
/*	background:#fff */
}
.boxmenuTitleLeft{ 
	height:20px;
	padding-top:15px;
	padding-right:30px
}
.boxmenuTitleRight{ 
	height:27px;
	padding-right:15px
}
.boxMenuTitleTextRight{
	width:180px;
	float:right;
	padding-top:1px;
	font-size:14px;
	font-weight: 600;
	letter-spacing: -1px;
	color:#000
}
.boxMenuTitleTextLeft{
	width:150px;
	float:right;
	padding-top:1px;
	font-size:14px;
	font-weight: 600;
	letter-spacing: -1px;
	color:#000
}
.boxmenuList{
/*	background:#fff;  */
}
.boxflashnews{
	background:#fff
}
.boxflashnewsTitleRight{ 
	background:#ffffff url(img/menu_dx_flashnews.png) no-repeat;
	height:27px;
	padding-right:15px
}
.boxflashnewsTitleTextRight{
	width:180px;
	float:right;
	font-size:14px;
	font-weight: 600;
	letter-spacing: -1px;
	color:#000
}
.boxflashnewsTitleTextLeft{
	width:150px;
	float:right;
	font-size:14px;
	font-weight: 600;
	letter-spacing: -1px;
	color:#fff
}
.boxflashnewsList{
	background:#fff url(img/background_flashnews.png) repeat-y;
	width: 175px;
	margin-left:2px
}
.LinkMenuTitle{
	text-decoration:none;
	color:#000
}
.LinkMenuTitle:hover{
	text-decoration:underline;
	font-style:italic;	
}
.LinkMenuTitle:visited{
	color:#000;
}
.LinkMenuItem{
	text-decoration:none;
	color:#000
}
.LinkMenuItem:hover{
	text-decoration:underline;
	color:#000;
	font-style: italic
}
.LinkMenuItem:visited{
	color:#000;
}
.cancellato_si{
	text-decoration:line-through;
}	
.cancellato_no{
	text-decoration:none;
}
.LinkAdmin{
	color:#000;
	text-decoration:none;
}
.LinkAdmin:hover{
	font-style:italic;	
}
.LinkAdmin:visited{
	color:#000;
	text-decoration:none;
}
