#main-page-right {
  font-size: 12pt;
  font-family: "Times New Roman",Times,serif;
  color: #000000;
  background-color: #ffffff;
  background: transparent url(../images/background.png) repeat scroll;
  text-align: center;
  vertical-align: top;
}
.darkframe {
  border-style: none;
  border-width: 0px;
  margin: 0;
  padding: 0;
  width: 95%;
  text-align: center;
}
.darkframe-nw {
  background: transparent url(../images/frame1/frm-nw.png) no-repeat scroll center;
  height: 16px;
  width: 16px;
}
.darkframe-n {
  background: transparent url(../images/frame1/frm-n.png) repeat-x scroll center;
  height: 16px;
}
.darkframe-ne {
  background: transparent url(../images/frame1/frm-ne.png) no-repeat scroll center;
  height: 16px;
  width: 16px;
}
.darkframe-w {
  background: transparent url(../images/frame1/frm-w.png) repeat-y scroll center;
  width: 16px;
}
.darkframe-e {
  background: transparent url(../images/frame1/frm-e.png) repeat-y scroll center;
  width: 16px;
}
.darkframe-sw {
  background: transparent url(../images/frame1/frm-sw.png) no-repeat scroll center;
  height: 16px;
  width: 16px;
}
.darkframe-s {
  background: transparent url(../images/frame1/frm-s.png) repeat-x scroll center;
  height: 16px;
}
.darkframe-se {
  background: transparent url(../images/frame1/frm-se.png) no-repeat scroll center;
  height: 16px;
  width: 16px;
}
.imgbox {
  border-style: none;
  border-width: 0px;
  margin: 10px;
  padding: 0px;
  text-align: inherit;
}
.imgbox-nosp {
  border-style: none;
  border-width: 0px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  text-align: inherit;
}
.imgbox-sp {
  border-style: none;
  border-width: 0px;
  margin: 10px 5px 10px 5px;
  padding: 0px;
  text-align: inherit;
}
.citata {
  border-style: none;
  border-width: 0px;
  margin-left: auto; 
  margin-right: 10px;
  text-align: left;
  font-size: 11pt;
  font-family: "Times New Roman",Times,serif;
  white-space: nowrap;
  color: #000000;
}

h1.hdr {
  text-align: center;
  font-size: 16pt;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  color: #000000;
}
.hdr {
  text-align: center;
  font-size: 14pt;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  color: #000000;
}


