BODY {
  background-color: #FFF;
  color: #000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.noprint { 
  display: none;
}

H2 {
  font-weight: normal;
}

H3 {
  font-weight: normal;
}

P {
  text-align: justify;
  font-size: 10pt;
}

.biog {
  font-size: 8pt;
}

I.biog {
  font-size: 6pt;
  font-style: normal;
  vertical-align: super;
  color: #DD3D0B;
}

A:link { color: #000; }
A:visited { color: #000; }
A:active { color: #DD3D0B; }
A:hover { color:#DD3D0B; }

B {
  color: #DD3D0B;
}

.footer {
  font-size: 6pt;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  color: #333;
}

IMG {
  border: none;
}

DIV.main {
  background-color: #FFF;
  width: 90%;
  margin-top: 30px;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

TR.m_header {
  background-color: #000;
  color: #DDD;
}

TD {
  font-size: 10pt;
}

UL {
  list-style-type: circle;
}


