body {
      font-family: tahoma, arial, verdana, helvetica, sans-serif;
      font-size: 11px;
      color: #000000;
      background-color: #FFFFFF;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
}

a:link {
      color: #000;
      text-decoration: underline;
}

a:visited {
      color: #000;
      text-decoration: underline;
}

a:hover {
      color: #000;
      text-decoration: none;
}

a:active {
      background-color: #047C00;
      color: #FFFFFF;
      text-decoration: none;
}

input, select, optgroup {
      font-size: 12px;
      color : #333000;
      border: 1px solid #CFCFCF;
}

a.link:link {
      background: transparent;
      text-decoration: none;
}

a.link:visited {
      background: transparent;
      text-decoration: none;
}

a.link:hover {
      background: transparent;
      text-decoration: none;
}

a.link:active {
      background: transparent;
      text-decoration: none;
}

table {
      background-color: none;
      font-size: 11px;
}

hr {
      color: #000;
      background-color: #000;
      height: 1px;
      border: 0px;
}