/* stili per gialexong communication */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
	
.logo {
        font-family: Times, Tahoma, Verdana;
        font-size: 2em;
        font-weight: bold;
        color: #333333;
}

a:link {
	font-size: 0.8em;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

} 


a:visited {
	font-size: 0.8em;
	text-decoration: none;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
}


a:hover {
color: #000033;
font-size: 0.8em;
text-decoration: underline;
background-color: #ffffff;
}



.colonna {
	background-color: #ffefdf;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ffdcb9;

}
.contenuto { background-color: #FFFFFF;}
.header {
	background-color: #ffd8b0;
	border-bottom-style: solid;
	border-top-color: #ff9933;
	border-right-color: #336699;
	border-bottom-color: #ff9933;
	border-left-color: #336699;
	border-bottom-width: 2px;
}

.colonnadx {
	background-color: #ffefdf;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ffdcb9;
}

.testo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.testob {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.testocont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.testocontb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.footer {
	background-color: #ffd8b0;
	border-top-color: #ff9933;
	border-right-color: #336699;
	border-bottom-color: #ff9933;
	border-left-color: #336699;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.testofooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	}


.puntimenu {
	font-size: 0.8em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

} 


/* hilite menu */
ul.miomenu { 
width:150px;
list-style:none; 
margin:0; padding:0; 
}


ul.miomenu li a { 
background-image: url(../img/bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 15px;
display:block;
text-decoration:none; 
padding:0 1em; 
height:1.5em;line-height:1.5em; 
color: #cc0000;
font-weight: bold;
}

/* workaround per opera (mbah)*/
ul.miomenu li { display:inline } 

/* visited */
ul.miomenu li a:link, ul.menu1 li a:visited { 
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;
  color: #cc0000;
  font-weight: bold;
} 

/* hover and stuff */
ul.miomenu li a:hover, ul.menu1 li a:active  { 
background: #ff9933;
color:#FFFFFF;
text-decoration:none;
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;
} 


/* mantieni area */
.area a {
	background: #ff9933;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	font-weight: bold;

} 

ul.miomenu2 { 
width:150px;
list-style:none; 
margin:0; padding:0; 
}

ul.miomenu2 li a { 
background-image: url(../img/new.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 19px;
display:block;
text-decoration:none; 
padding:0 1em; 
height:1.5em;line-height:1.5em; 
color: #cc0000;
font-weight: bold;
}

/* visited */
ul.miomenu2 li a:link, ul.menu1 li a:visited { 
  background-image: url(../img/new.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;
  color: #cc0000;
  font-weight: bold;
} 

/* hover and stuff */
ul.miomenu2 li a:hover, ul.menu1 li a:active  { 
background: #ff9933;
color:#FFFFFF;
text-decoration:none;
  background-image: url(../img/new.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;
  font-weight: bold;
} 

.tratteggio {
	border: 1px dashed #999999;
}

