body {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 14pt;
	color: #000000;
    border: 0px solid #FFF;
    margin: 0px;
    background-color:white;
}
td {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000000;
}
tr {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000000;
}
table {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000000;
}

.nospace {
  border:0px solid #FFF;
  margin:0px;
  padding:0px;
  font-size:0.1em;
}

.nospace img {
  border:0px solid #FFF;
  margin:0px;
  padding:0px;
}

.spaced img {
  border:0px solid #FFF;
  margin:0px;
  padding:0px;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
.Titolo {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #FF0000;
}
.TitoloTopBar {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000C34;
}
.InputBoxSml {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 7pt;
	color: #000C34;
	border: 1px solid #617187;
	background-color: #E8E8E8;
}

.InputBox {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000C34;
	border: 1px solid #617187;
	background-color: #E8E8E8;
}


.InputRegistrazione {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 10pt;
	color: #000033;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.Testo {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 12pt;
	color: #000000;
}
.TestoHighlight {
	font-family: "Book Antiqua", "Times New Roman", Times,  serif;
	font-size: 12pt;
	color: #6C8196;
}
.Times10 {
	font-family: "Times New Roman";
	font-size: 10pt;
	color: #000000;
}

.Times12 {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #000000;
}

.Times14 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #000000;
}
.Times16 {
	font-family: "Times New Roman";
	font-size: 16pt;
	color: #000000;
}
.Times18 {
	font-family: "Times New Roman";
	font-size: 18pt;
	color: #000000;
}
.Times20 {
	font-family: "Times New Roman";
	font-size: 20pt;
	color: #000000;
}
.Book10 {
	font-family:  "Book Antiqua";
	font-size: 10pt;
	color: #000000;
}

.Book12 {
	font-family:  "Book Antiqua";
	font-size: 12pt;
	color: #000000;
}

.Book14 {
	font-family:  "Book Antiqua";
	font-size: 14pt;
	color: #000000;
}
.Book16 {
	font-family:  "Book Antiqua";
	font-size: 16pt;
	color: #000000;
}
.Book18 {
	font-family:  "Book Antiqua";
	font-size: 18pt;
	color: #000000;
}
.Book20 {
	font-family: "Book Antiqua";
	font-size: 20pt;
	color: #000000;
}

.poll_title {
  background-color: #001d3e;
  font-weight:bold;
  padding:2px;
  width:110px;
  border:1px solid #000;
  font-size:10pt;
  margin-bottom:0px;
  color:#FFF;
}

.poll_content {
 background-color:#CCC;
 width:110px;
 padding:2px;
 border:1px solid #000;
 border-top:0px solid #000;
 margin-top:0px;
 font-size:10pt;
 text-align:left;
}

ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    background: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li { /* all list items */
    line-height:0.8em;
	float: left;
	position: relative;
    background: transparent;
    z-index:10;
}

ul#nav_d { /* all lists */
	padding: 0;
	margin: 0;
    margin-top: 3px;
	list-style: none;
    background: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav_d li { /* all list items */
    line-height:0.8em;
	float: left;
	position: relative;
    background: transparent;
    z-index:9;
}

li.nav {
	float: left;
	position: relative;
	/* width: 20%; */
    background: transparent;
}

li.nav ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
    border:0px dashed #000;
    padding:0.2em;
    padding-top: 0.5em;
	margin: 0;
	list-style-type: disc;
    list-style-position:inside;
    background: #031c3e;
    text-align:left;
    width:120px;
}

li.nav ul li { /* second-level lists */
    list-style: none;
     /* list-style-position:inside; */
    background: #031c3e;
    text-align:left;
    padding:2px;
    font-size:10em;
    width:120px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li.nav:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li.nav ul li a {
  line-height:1.2em;
  background: #031c3e;
  display:block;
  color:#FFF;
  text-decoration:none;
  border:1px solid #FFF;
  clear:right;
  margin:0px;
  width:100%;
  padding:0.5em;
  padding-top:0.1em;
  padding-bottom:0.1em;
  font-family: tahoma, sans-serif;
  font-size:8pt;
  font-weight:bold;
}

li.nav ul li a:link {
  color:#FFF;
  text-decoration:none;
}

li.nav ul li a:visited {
  color:#FFF;
  text-decoration:none;
}

li.nav ul li a:hover {
  color:#FF0;
  text-decoration:none;
}

#layYoda {
	background-color:transparent;
	z-index: 1;
	visibility: visible;
	width: 300px;
	position: absolute;
	left: 98px;
	top: 130px;
	height: 300px;
}