A {
  font-weight: bold;
}

A:link {
  color: #0050FF;
  text-decoration: none;
}
A:visited {
  color: #005080;
  text-decoration: none;
}
A:hover, A:active {
  color: #0000FF;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  border-bottom-color:#0050FF;
}

.frame {
  background-color: white;
}

BODY, TD, TH {
   font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
   background-color: #f0f0f0;
   font-size: 12pt;
   text-align: left;
   vertical-align: top;
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 10px;
   margin-bottom: 20px;
   padding: 5px;
}

table {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

hr {
  color: #0092ff;
  border-style: dashed;
  border-width: 1px;
  height: 0px;
}

table.main {
  border-color: #005cff;
  border-style: dashed;
  border-width: 1px;
  padding: 1px;
}

.right {
  text-align: right;
}

TH {
  background-color: #FF8000;
  text-align: right;
}

H1 {
  color: #005cff;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

H2 {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 0pt;
}

H4 {
  color: #005cff;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 0pt;
}

H5 {
  color: #005cff;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 5pt;
  margin-bottom: 0pt;
}

UL, OL {
   margin-top: 5px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 5px;
}

LI {
  margin-top: 2px;
  margin-bottom: 2px;
}

PRE {
  margin-left: 20px;
}

P {
   font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
   font-size: 12pt;
   margin-top: 15px;
   margin-left: 4px;
   margin-right: 4px;
   margin-bottom: 15px;
   text-align: justify;
}

div {
   font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
   font-size: 12pt;
   margin: 4px;
}
