

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

/* centrare la pagina web a larghezza fissa */
#testa {
	width:900px;
	height:230px;
	margin:1px auto;
	background:#ffffff url(img/top.png) no-repeat; 
}
#corpo {
	position:relative; 

	width:900px;
	margin:1em auto;

	text-align:left;
	background:#ffffff; 
	border:0px solid #000; 
}
#piede { 
	width:900px;
	margin:1em auto;
	text-align:center;
	color:#666666;
	background:#ffffff; 
	border:0px solid #000; 
	padding:1em 0 
}
#recapitoBottom{
	color:#6c6c6c;
	font-size: 9px;
	font-style:italic;		
}
#testa_top {
	width:900px;
	margin:0px auto;
	background:#ffffff;
	border:0px solid red;
}
#testa_stemma{
	position:relative;
	float:left;
	width:192px;
	height:205px;
	border:0px solid blue;
}
#testa_anima{
	position:relative;
	float:right;
	width:700px;
	border:0px solid grey;
}

#slogan{
position:relative;
	padding-top:1px;
	padding-left:40px;
	text-align:left;
	color:black;
	font-size: 14px;
	font-style:italic;		
}
#colSX { 
	position:absolute;
	top:0;
	left:0; 
	width:204px
}
#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:#fff; 
	padding:4px 
}
#colDX { 
	position:absolute; top:0; right:0;
	width:204px
}
.boxmenu{
	background:#fff
}
.boxmenuTitleLeft{ 
	background:#ffffff url(img/menu_sx.png) no-repeat;
	height:27px;
	padding-right:15px
}
.boxmenuTitleRight{ 
	background:#ffffff url(img/menu_dx.png) no-repeat;
	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;
}
