body { 
  background-color: #ffffff;
  background-image: url('images/sfondodl.gif'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 12pt;
}

table { 
  border-width: 0px;
}

table.lista {
  border-top: solid 3px #00306a;
  border-bottom: solid 3px #00306a;
}

img { 
  border-width: 0px;
}

h1 {
  background-color: #00195e;
  color: #fef800;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-left: -1em;
  margin-top: 0;
  margin-bottom: 1ex;
  padding-left: 1em;
  padding-right: 1em;
}

h2 {
  background-color: #00306a;
  color: #fffc7f;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-top: 1ex;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2px;
}

.taccamenu {
  background-color: #CCFFFF; 
  background-image: url('images/taccamenu.png'); 
  background-repeat: no-repeat; 
  background-position: top right; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  vertical-align: bottom; 
  padding-right: 4px; 
  padding-left: 4px;
  text-align: center;
  float: right;  
  margin-left: 0.1em;
  margin-right: 0.1em;
  margin-top: 1px;
  margin-bottom: 1px;
  border-bottom: solid 1px #00306a;
  border-left: solid 1px #00306a;
}

.taccamenu a {
  font-size: 14pt; 
  text-decoration: none;
  color: black; 
  padding-top: 4px; 
  vertical-align: bottom; 
  text-align: center;
}

.tacca {
  background-color: #CCFFFF; 
  background-image: url('images/taccamenu.png'); 
  background-repeat: no-repeat; 
  background-position: top right; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  vertical-align: bottom; 
  padding-right: 4px; 
  padding-left: 4px;
  text-align: center;
  border-bottom: solid 1px #00306a;
  border-left: solid 1px #00306a;
}

.tacca a {
  font-size: 14pt; 
  text-decoration: none;
  color: black; 
  padding-top: 4px; 
  vertical-align: bottom; 
  text-align: center;
}

th {
  text-align: left;
  border-bottom: solid 2px #00306a;
  background-color: #ffe395;
  color: black;
}

tr.evenrows {
  background-color: #FFFFCC;
}

tr.oddrows {
  background-color: #CCCCFF;
}

input[type=submit] {
  border: solid thin #000080;
  background-color: #CCFFFF;
}
input {
  border: solid thin #000080;
  background-color: #FFFFDD;
}
select {
  border: solid thin #000080;
  background-color: #FFFFDD;
}
textarea {
  border: solid thin #000080;
  background-color: #FFFFDD;
}
fieldset {
  border: solid 2px #00306a;
  font-weight: bold;
  margin-top: 1ex;
  margin-bottom: 1ex;
}
div.pageset {
  border-top: solid 2px #00306a;
  border-bottom: solid 2px #00306a;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div.footer {
  clear: both;
  border-top: solid 2px #00306a;
  text-align: right;
  margin-left: -1em;
  margin-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

div.messagebox { 
  color: white; 
  background-color: #770000;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #d90000;
  margin: 1ex;
  padding: 1ex;
}

.sidebar {
  float: right;
  padding: 2px;
  border: solid 2px #00306A;
  margin: 1ex;
  background: #FFFFCC;
}

.sublink {
  position: relative;
  bottom: -0.7ex;
  vertical-align: bottom;
  padding-left: 1px;
  padding-right: 1px;
  border: none;
  background: transparent;
}

sub a {
  font-weight: normal;
  color: black;
}

