/*________________________________________________________
 * GENERAL
 *______________________________________________________*/

BODY {
  margin: 0px;
  background-color: #F5F5F5;
}

.txt, TD {
  font: 9pt Helvetica, Arial, sans-serif;
}



/*________________________________________________________
 * FONT
 *______________________________________________________*/

.body_text {
  color: #6D6E71;
}

.pronounced, .bold {
  font-weight: bold;
}

.secerned, .italic {
  font-style: italic;
}

.large, .big {
  font-size: 11pt;
}

.small {
  font-size: 7pt;
}

.blue {
  color: #005AC3;
}

.green {
  color: #007550;
}

.menu {
  font: bold 7pt Helvetica, Arial, Verdana, sans-serif;
  color: #FFF;
}

.shadowed {
  position: relative;
  left: 1px;
  top: 1px;
  font-size: 8.5pt;
  color: #000;
}

.shadowed SPAN {
  position: absolute;
  left: -1px;
  top: -1px;
}



/*________________________________________________________
 * LINK
 *______________________________________________________*/

A {
  color: #005AC3;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.menu A {
  color: #FFF;
  text-decoration: none;
}

TD.latest A, TD.light A, .bg1 A, .bg2 A {
  color: #6D6E71;
}



/*________________________________________________________
 * TABLE
 *______________________________________________________*/

TD.latest {
  color: #6D6E71;
  background-color: #E5F1ED;
}

TD.light {
  background-color: #E6EEF9;
}

DIV.page_body {
  margin-left: 20pt;
  margin-top: 20pt;
}

.bg1 {
  background-color: #E6EEF9;
}                             

.bg2 {
  background-color: #CEDFF3;
}



/*________________________________________________________
 * MISC
 *______________________________________________________*/

UL.bulletless {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -5pt;
}

IMG.blue {
  border: 1px solid #005AC3;
}

INPUT, TEXTAREA, SELECT {
  font: 9pt Helvetica, Arial, sans-serif;
  color: #007550;
  background-color:#FFFFFF;
  border: 1px solid;
  border-color: #007550;
}
