/* elementi */
body { background-color: #ffffff; color: #000000; font-family:Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-weight: normal;  }
h1 { color: #CB8501; font-family:Georgia, "Times New Roman", Times, serif; font-size: 18pt; font-weight: normal; }
h2 { color: #0069af; font-family:Georgia, "Times New Roman", Times, serif; font-size: 11pt; font-weight: bold; }
h3 { color: #CB8501; font-family:Georgia, "Times New Roman", Times, serif; font-size: 16pt; font-weight: normal; }
h4 { color: #000000; font-family:Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-weight: normal; }
h5 { color: #858264; font-family:Georgia, "Times New Roman", Times, serif; font-size: 8pt;  font-weight: normal; }
h6 { color: #000000; font-family:Georgia, "Times New Roman", Times, serif; font-size: 8pt;  font-weight: normal; }
p  { color: #000000; font-family:Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-weight: normal; line-height:20px; }
hr { border: 0; border-top: 1px solid #999999; width: 100%; height: 1px; overflow: hidden; }

a { color: #000000; text-decoration:none; }
a:hover { color: #CB8501; text-decoration:underline; }
a:visited { color: #000000; text-decoration:none; }
a:hover:visited { color: #CB8501; 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;
  }
  
