body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: georgia, times;
  font-size: 10pt;
  text-decoration: none;
  text-decoration: none;
}

.left {
  text-align: left;
  float: left;
}

.right {
  text-align: right;
  float: right;
}

.center {
  text-align: center;
  float: right;
}

a {
  font-face: georgia, times;
  font-size: 10pt;
  text-decoration: none;
}

a:link {
  color: #0067AB;
  text-decoration: underline;
}

a:active {
  color: #81BF46;
  text-decoration: overline;
}

a:visited {
  color: #0067AB;
  text-decoration: underline;
}

a:hover {
  color: #81BF46;
  text-decoration: overline;
}

table {
  spacing: 1px;
  font-family: georgia, times;
  font-size: 10pt;
  text-decoration: none;
  vertical-align: top
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

TD {
  vertical-align: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
