body {
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #000000;
  background-color: white;
}

p {
  font-size: 10pt;
}

p.teaser {
  margin-top: 0;
}

.copyright {
  font-size: 8pt;
  text-align: right;
  color : Navy;
}

h1 {
  font-family: "Impact", "Lucida", Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 0em;
  filter: glow(Color=red,Strength=3);
}

h2 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: "Conga Normal", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #666666;
  margin-bottom: 0;
}

a:link, A:visited, A:active { text-decoration: none }
a:hover {
  text-decoration : underline;
}

a:link {
  color:#339900;
}
a:visited {
  color:#336600;
}
a:hover, a:active {
  color:#66cc00;
}

.bannertext a:link, .bannertext A:visited {
  color:#66cc00;
}
.bannertext a:hover, .bannertext A:active {
  color:#99ff00;
}

.links {
  background-color: #f2f2e6;
  font-family: Arial, Helvetica, sans-serif;
  color: #006600;
}

.links A:link {
  color: #006600;
}

.headlines {
  background-color: white;
}

table {
  border-width: 0;
  padding: 0; 
}

tr.bannertext {
  background-color: #336600;
}

tr.heading {
  background-color: #ccff99;
  font-weight: bold;
  text-align: center;
}

tr.row0 {
  background-color: #eeeeee;
}

tr.row1 {
  background-color: white;
}

td {
  font-size: 10pt;
}

.note, .note td {
  font-size: 8pt;
}

td.link {
  text-align: center;
}

td.hotnews {
  text-align: center;
  font-weight: bold;
  color: #ff3300;
  background-color: #f2f2e6;
}

td.newssources {
  text-align: center;
  font-weight: bold;
  color: #0033cc;
  background-color: #f2f2e6;
}

.bannertext td {
  color: white;
}

hr {
  color: #336600;
  background-color: #336600;
}

.error {
  font-size: 12pt;
  color: red;
  text-align: center;
  font-weight: bold;
}

input.readonly {
  background-color: #cccccc;
}

input.readonlycheck {
  background-color: #cccccc;
  color: #cccccc;
}

img {
  border: 0;
}

img.photo {
  border: 1px black solid;
}



