* { 
  font-family: Verdana, Arial, Helvetica, sans-serif, sans;
  font-size: 10pt;
}

body { 
  background-color: #444444;
}

td.title { 
  color: #EEEEEE;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

td.header { 
  background-color: #008800;
  color: #EEEEEE;
  font-size: 12pt;
  font-weight: bold;
  padding: 2px;
  text-align: center;
}

td.nav { 
  background-color: #008800;
  color: #EEEEEE;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  text-align: left;
}

td.content { 
  background-color: #444444;
  color: #EEEEEE;
  padding: 5px;
}

td.news-header { 
  background-color: #006600;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: normal;
  padding: 2px;
  text-align: left;
}

td.news-text { 
  background-color: #333333;
  color: #BBBBBB;
  font-family: Times Roman, Times New Roman, Serif;
  font-size: 10pt;
  font-weight: normal;
  padding: 5px;
  text-align: left;
}


a, strong, em, u, p, ul, li { 
  color: inherit;
  font-family: inherit; 
  font-size: inherit;
}

p { 
  text-indent: 3em;
}

address {
  color: #EEFFEE;
  font-size: 8pt;
  font-weight: bold;
}

