
 
body
{
  color: #000000;
  background-color: white;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcell
{
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 10px;
  border-top: 0px solid #f00;
  border-right: 0px solid #f00;
  border-bottom: 1px solid #f00;
  border-left: 0px solid #f00;
  font-family: Arial, Helvetica, sans-serif;
}

#nav
{
  position: absolute;
  top : 50px;
  left : 10px;
  width : 180px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}

#nav ul, #nav li 
{
  list-style-type: none;
  font-weight: bold;
}
        
#nav a, #nav li.active li a 
{
  color: #930;
  text-decoration: none;
  font-weight: bold;
}

#nav a:hover, #nav li a:hover 
{
  background-color: #f00;
  color: #FFF;
  text-decoration: none;
}

#nav li.active a {
  background-color: #f00;
  color: #FFF;
  text-decoration: none;
}



#top 
{
  margin: 5px;
  padding: 5px;
  background: #fff;
  height: 100px;
}

#left 
{
  position: absolute;
  left: 10px;
  top: 160px;
  width: 200px;
 
}

#center 
{
  padding-top : 5px;
  padding-bottom : 30px;
  padding-left : 30px;
  padding-right : 5%;
  color: #000000;
  margin-top: 0;
  margin-left: 220px;
  margin-right: 220px;
}




#right 
{
  position: absolute;
  right: 10px;
  top: 160px;
  width: 200px;
}

a 
{
  color: #F77;
}

a:hover 
{
  background-color: #f00;
  color: #FFF;
  text-decoration: none;
}

a:visited 
{
  color: #777;
}

p,ul,ol 
{
  font-size: 10pt;
  text-align: justify;
  color: #000000;
}

h1, h2, h3 
{
  font-family: Arial, Helvetica, sans-serif;
}

h1 
{
  font-size: 150%;
  font-weight: bold;
}

h2 
{
  font-size: 120%;
  font-weight: bold;
  text-align: right;
  padding-right: 3px;
  border-top: 0px solid #f00;
  border-right: 0px solid #f00;
  border-bottom: 1px solid #f00;
  border-left: 0px solid #f00;
}

h3 
{
  font-size: 100%;
  font-weight: bold;
}

td
{
  font-size: 10pt;
  font-weight: normal;
}
th
{
  font-size: 10pt;
  font-weight: bold;
}

HR{ color: #ff0000; }

