

h1 {
    FONT-FAMILY: Verdana, Arial;
  }


h2 {
    FONT-FAMILY: Verdana, Arial;
    font-size : large;
  }


table.black {
    background-color: #FFFFFF;
  }


td.white {
    background-color: #FFFFFF;
  }


p {
    font-family : Verdana,Arial;
    font-size : 12pt;
    line-height : 22px;
  }


p.lettera {
    font-family:Courier New, Courier, Verdana;
    font-size:12pt;
  }


p.address {
    font-family:Verdana,Arial;
    font-size:8pt;
  }


p.edition {
    font-family : Verdana,Arial;
    font-size : 10pt;
    font-style : italic;
    text-align : center;
  }


p.menuheader {
    font-family:Verdana,Arial;
    font-size:12pt;
    color: #000000;
  }


p.dichiarazione {
    font-family:Verdana,Arial;
    font-size:8pt;
  }


body {
    font-family:Verdana,Arial;
    background-color: #BFC5C1;
    /*background-color: #DDFFFF;*/
  }

body.stampa {
    font-family:Verdana,Arial;
    background-color: #FFFFFF;
    /*background-color: #DDFFFF;*/
  }


A:link {
    /* TEXT-DECORATION: none;
    */ COLOR: #000000;
  }


A:visited {
    /* TEXT-DECORATION: none;
    */ COLOR: #000000;
  }


A:active {
    COLOR: #000000;
    /* TEXT-DECORATION: none;
    */;
  }


A:hover {
    /* TEXT-DECORATION: none;
    */ COLOR: #000000;
  }


ol.lettera {
    font-family:Courier New, Courier, Verdana;
    font-size:12pt;
  }

ul.lettera {
    font-family:Courier New, Courier, Verdana;
    font-size:12pt;
  }

#newsticker {
  background: #ffffff;
  position: relative;
  font-family:Verdana,Arial;
  font-size:10pt;
  font-weight:bold;
}
#newsticker ul {
/*  border: 1px solid #fcf498;*/
  border: 1px solid #cccccc;
  list-style: none;
  min-height: 1.6em;
  padding: 3px 3px;
/*  padding: 10px 15px;
  padding-right: 30px;*/
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}