BODY{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  background-color : #c6c6c5;
}

DD         { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
UL         { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
LI         { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
TD         { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
TR         { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
INPUT      { font-family:Arial, Helvetica, sans-serif; font-size:10pt; background-color:#cccccc; border-style:solid; border-color:#000000; border-width:1; }
.submit    { font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffff00; font-weight:bold; background-color:#993333; border-style:solid; border-color:#000000; border-width:1; }
SELECT     { font-family:Arial, Helvetica, sans-serif; font-size:10pt; background-color:#d3e2ea; border-style:solid; border-color:#000000; border-width:1; }
TEXTAREA   { font-family:Arial, Helvetica, sans-serif; font-size:10pt; background-color:#d3e2ea; border-style:solid; border-color:#000000; border-width:1; }


A          { color:#000000; }
A:visited  { color:#666666; }
A:active   { color:#000000; }
A:hover    { color:#ffffff; text-decoration:none; background-color:#993333;}

.nav  {
  color:#0080c0;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.nav:visited  {
  color:#0080c0;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.nav:Hover  {
  color:#000000;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.navevent  {
  color:#FFFF00;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.navevent:visited  {
  color:#FFFF00;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.navevent:Hover  {
  color:#FFFFFF;
  text-decoration:none;
  font-size:9pt;
  font-weight:bold;
}
.navBody{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:bold;
  text-align:center;
  background-color:#d3e2ea;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}

.contentTitle{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
  background-color:#cf7272;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}
.sectionTitle{
  font-family:Arial, Helvetica, sans-serif;
  font-size:16pt;
  font-weight:bold;
  color:#000000;
  text-align:center;
  background-color:#ffffcc;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}
.sectionBody{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  background-color:#f5f5f1;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}
.contentBody{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  background-color:#ffffff;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}
.sectionCustom{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  background-color:#d3e2ea;
  border-style:solid;
  border-color:#000000;
  border-width:1;
}

#topbar {
  position: static;
  font-family: Arial, Helvetica, sans-serif;
  font-size:9pt;
}

#topbar a { 
  padding: 0 5px 0 5px; 
  text-align: center;  
  font-family: Arial, Helvetica, sans-serif;
  font-size:9pt;
}

#topbar a:link, #topbar a:visited  {
  color: #ffffff;
  display: block;
  background-color: #993333;
  border: 1px solid #000000;
  text-decoration: none;
}
#topbar a:hover, #topbar a:active  {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

