body {
  font-family: helvetica, sans-serif;
  color: #cccccc;
  background-color: #000;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
}

a:link {
  background-color: transparent;;
  color: #6699cc;
}

a:hover {
  color: white;
  background-color: transparent;
}

a:active {
  color: white;
  background-color: transparent;
}

a:visited {
  color: #6699cc;
  background-color: transparent;
}

h1 {
  font-family: helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  color: #6699cc;
  background-color: transparent;
}

p,ul,ol {
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  color: #cccccc;
  background-color: transparent;
}

p.ContentBoxJustify {
  text-align: justify;
}

div.ContentBox {
  width: 1004px;
  border: 1px;
  border-style: solid;
  border-color: #fff;
}

div.Copyright {
  width: 1004px;
  border: 0px;
  vertical-align: middle;
  text-align: left;
}

table.ContentBox {
  width: 100%;
  text-align: center;
}

td {
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt; 
  text-decoration: none;
  color: #cccccc;
  text-align: left;
  background-color: transparent;
}

td.ContentBox {
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #cccccc;
  text-align: center;
  background-color: transparent;
}

td.Headline {
  background-color: #6699cc;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 10pt;
  font-family: helvetica, sans-serif;
}

