body {
  color: #000000;
  background-color: #ffffff ! important;
}
img {
  border-style: none;
  border-width: 0px;
}

li {
  list-style-type: disc;
}
li li {
  list-style-type: circle;
}
li li li {
  list-style-type: square;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #885500;
}
a:active {
  text-decoration: none;
  color: #ffcc00;
}
a:visited {
  text-decoration: none;
  color: #aa7700;
}
a:hover {
  text-decoration: underline;
  color: #cc9900;
}

.error { color : #cc0000; }

.center_align { text-align: center; }

.right_align { 
  text-align: right; 
  padding-right: 0.3em;
}

h1 {
  border-left: 6px solid #ddaa00;
  border-bottom: 1px dotted #cc9900;
  padding: 4px;
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  border-left: 0px none;
  border-bottom: 1px dotted #cc9900;
  padding: 4px;
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  text-decoration : underline;
}

table {
  border-style : none;
  color : black;
}

th {
  white-space : nowrap;
  border-style : none;
  color: #ffffff; 
  background: #aa6600;
  padding: 2px 2px 2px 2px;
  font-weight : normal;
}

th.a {
  background: #d0d0d0;
}

td {
  border-style : none;
  border-top    : 1px solid #e0d0c0;
  border-bottom : 1px solid #e0d0c0;
  background: #f0e0d0;
  padding: 2px 2px 2px 0.5em;
}

td.d {
  border-style : none;
  border-top    : 1px solid #e0d0c0;
  border-bottom : 1px solid #e0d0c0;
  background: #f0e0d0;
}

div.chart {
  background-repeat: no-repeat;
  padding: 10px;
}

table.legend {
  position: relative; 
  border-collapse: collapse;
  border: 1px solid #aa6600;
}

td.legend {
  font-size: 9pt;
  border-style: none;
  background-color: #e0d0c0;
}

td.legend-line {
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: -2px;
  border-style: none;
  background-color: #e0d0c0;
}


a.th {
  font-weight :bold;
}

span.form-desc {
  font-size: small;
}

div {
}

.message-header {
  color: #ffffff; 
}

div.message-header {
  width : 90%;
  border-style : solid;
  border-color : #aa6600;
  border-width : 1px 1px 1px 1px;
  padding: 2px 2px 2px 0.5em;
  color: #ffffff; 
  background: #aa6600;
  line-height: 110%;
}

div.message-body {
  width : 90%;
  border-style : solid;
  border-color : #aa6600;
  border-width : 1px 1px 1px 1px;
  padding: 1ex 2px 2px 0.5em;
  background: #f0e0d0;
}

div.message-fileelement {
  width : 90%;
  border-style : solid;
  border-color : #aa6600;
  border-width : 0px 1px 1px 1px;
  padding: 0.5em 2px 0.5em 0.5em;
  background: #f0e0d0;
}

