BODY {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #085594;
}

.bgcolorbanda {
	background-color: #32406B
}

.testoazzurro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #085594;
	vertical-align: middle
}

.testorosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #085594;
	vertical-align: middle
}

.testoarancio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #32406B;
	vertical-align: middle
}

.testonero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle
}

.testobianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle
}

.testoblu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #32406B;
	vertical-align: middle
}

.titoloarancio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #32406B;
	vertical-align: middle
}

a.testoblu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: none
}

a.testoblu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: none
}

a.testoblu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: underline
}

a.testoblu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: underline
}

a.testoazzurro:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #085594;
	TEXT-DECORATION: none
}

a.testoazzurro:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #085594;
	TEXT-DECORATION: none
}

a.testoazzurro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #085594;
	TEXT-DECORATION: underline
}

a.testoazzurro:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #085594;
	TEXT-DECORATION: underline
}

a.testoarancio:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: none
}

a.testoarancio:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: none
}

a.testoarancio:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: underline
}

a.testoarancio:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #32406B;
	TEXT-DECORATION: underline
}

.bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

.stbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
}


/******************************************************************************************************/
/* DA SONIA GALMINI */
/******************************************************************************************************/
.footer { 
	padding: 2px 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006699; 
	border-top:#80C3EF  solid 3px;
	border-bottom: #80C3EF solid 5px;
	color:#FFFFFF;
} 

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	text-align: left;
}

.header {  
	background-image: url(immagini/header.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat;
	border-top:#80C3EF solid 5px;
	/*border:#80C3EF solid 5px;*/
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.logo { width:10em; text-align:left; }

.navOrizz { 
	background-color:#006699; 
	border-bottom: #80C3EF solid 3px;
	border-top:#80C3EF solid 3px;
	padding: 2px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	width: 100%;
	
 }
/******************************************************************************************************/
.navOrizz a{
	color: white;
	font-size: 11px;
	white-space: nowrap;
}
.navOrizz a:link, .navOrizz a:visited{
	text-decoration: none;
}

.navOrizz a:hover{
	text-decoration: underline;
}

input[disabled='disabled'] {
  background:yellow;
  color:blue;
  cursor:default;
}