body  {
	font-size : x-small;
	font-family:Tahoma, Arial, Verdana, Courier;
	color : <%=colSfondo%>;
}
a:link {
	color: #182f58;
	text-decoration: none;
}
a:visited {
	color: #182f58;
	text-decoration: none;
}
a:active {
	color: #182f58;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.floatL {
	FLOAT: left; 
	VERTICAL-ALIGN: top
}
.floatR {
	FLOAT: right; 
	VERTICAL-ALIGN: top
}
.testo {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:12px;
	font-weight:normal; 
	color:#182f58;
}
.testoB {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:12px;
	font-weight:bold; 
	color:#182f58;
}
.testoI {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:12px;
	font-weight:normal;
	font-style:italic; 
	color:#182f58;
}
.testoRosso {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:12px;
	font-weight:normal; 
	color:#ff0000;
}
.titoloMedio {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:14px;
	font-weight:bold; 
	color:#182f58;
}
.titoloGrande {
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:16px;
	font-weight:bold; 
	color:#182f58;
}
.text0 {
	font-size:1px;
}


.header1  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	color : #000000;
}
.smalltext  {
	font-size : xx-small;
	font-family : Verdana;
	color : #000000;
}
.header2  {
	font-size : xx-small;
	font-weight : bold;
	font-family : Verdana;
	color : #000000;
}
.flattextbox  {
	font-size : xx-small;
	font-family : Verdana;
	border-style : solid;
	border-width : thin;
	border-color : #cd853f;
}
.flatbutton  {
	font-size : xx-small;
	font-family : Verdana;
	background-color : #708090;
	color : White;
	font-weight : bold;
	border-width : thin;
}

  div#popupwin {
	display:    block;
	position:   fixed;
	top:        50px;
	left:       100px;
	width:      316px;
	padding:    2px;
	color:      #000;
	background: #ccc;
	border:     2px outset #ccc;
  }
  * html div#popupwin {
	position: absolute;
  }
  div#popuptitle {
	color:         #fff;
	background:    #ccc;
	font-weight:   bold;
	font-size:     12px;
	font-family:   Tahoma, Arial, Verdana, Courier;
	padding-bottom:1px;
	cursor:        default;
  }
  div#popuptitle * {
	cursor: default;
  }
  div#innerpopuptitle {
	background: #77f;
	color:      #fff;
	height:     20px;
	line-height:20px;
  }
  div#innerpopuptitle img {
	border: 0px;
	padding:0px;
	float:  right;
	display:block;
  }
  div#popupcontent {
	display:      block;
	height:       405px;
	font-family:  Tahoma, Arial, Verdana, Courier;
	overflow:     auto;
	border:       1px inset #ccc;
	font-size:    80%;
	color:        #000;
	background:   #f0f0f0;
	padding:      5px;
  }

