/* elementi */
body { background-color:#ffffff; color:#000000; }
h1 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 16pt; color: #9B2507; font-weight: bold; }
h2 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 14pt; color: #9B2507; font-weight: normal; }
h3 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 16pt; color: #A12A09; font-weight: bold; }
h4 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 14pt; color: #23383E; font-weight: bold; }
h5 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 10pt; color: #23383E; font-weight: normal; }
h6 { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 10pt; color: #A12A09; font-weight: normal; }
p  { font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; font-size: 10pt; color:#000000; font-weight: normal; }
hr { border: 0; border-top: 1px solid #999999; width: 100%; height: 1px; overflow: hidden; }

a { color:#9B2507; text-decoration:none; }
a:hover { color:#9B2507; text-decoration:underline; }

/* classi */
.sfondocontenuto { background-color: #FFFFFF; }

/* utility tabelle */
.odd
  {
    background:#eeeeee;
  }
.even
  {
    background:#cccccc;
  }  

/* bordi in modalità LAYOUT */

.uwe_borders /* bordi generici (tabelle DIV ecc.) */
  {
    border:1px dashed #cccccc;
  }
.uwe_borders_div
  {
    border:1px dashed #00cc00;
  }
  
.uwe_borders_form /* bordi del form */
  {
    border:1px dashed #ff0000;
  }