body {
  background-color: #000000;
  color: #FFFFFF;
}

.TitleHeader {
  color: white;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.Header {
  color: white;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

P,TD {
  color: white;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.small {
  color: white;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}

INPUT,SELECT,BUTTON,TEXTAREA {
  font-family: verdana,arial,helvetica,sans-serif;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  font-size: 10px;
  font-weight: normal;
}

.NewsDate {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  padding: 2px;
}

.NewsHeader {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

.NewsText {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: justify;
  border-width: 1px;
  border-collapse; collapse;
  border-style: solid;
  border-top: hidden;
  border-color: #000000;
  margin-left: 15px;
  margin-right: 10px;
  padding: 4px;
}
