h1      {  font-size: 10pt; color: #FF6600; text-align: center}
h2      {  font-size: 10pt; color: #FF6600}
h3      {  font-size: 9pt; color: #FF6600}
h4      {  font-size: 9pt; color: #FF9900}
p       {  font-size: 10pt}
code    { font-family: "Courier New", Courier, mono; font-size: 9pt}
table   { font-size: 9pt}
body    { background: white;
          color: black;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10pt}
.errorstyle { 
  background-color: #FF0000;
  color:#000000;
}
.errorhead {
  font-family: "Times New Roman", Times, serif;
  font-size:24pt;
  text-align:center;
  color:#000000;
  background-color:#FF0000;
  margin-left:5pt;
  margin-right:5pt;
  border-color:#000000 #000000 #000000 #000000;
  padding:5pt;
  border: medium #FF0000 outset;
}
.errornormaltxt {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  font-style: normal;
  margin-left:10pt;
  margin-right:10pt;
}
.errorboldtxt {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  margin-left:10pt;
  margin-right:10pt;
}
.errorblock {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  font-style: normal;
  text-align:left;
  background-color:#CC0000;
  color:#000000;
  margin-top:1pt;
  margin-right: 25pt;
  margin-left: 25pt;
  border-color:#CC0000 #CC0000 #CC0000 #CC0000;
  border: #CC0000; border-style: none;
  padding:5pt;
}
.-ufld-highlight-error- {
  outline-style:solid;
  outline-color:#E00000;
}