body{
   color: #ffffff;
   background: #000000;
}

h1 {
   font: bold 170% arial, helvetica, sans-serif;
   color: #ffffff;
   margin-top: 1px;
   margin-bottom: 1px;
}

h1.category {
   font: bold 100% arial, helvetica, sans-serif;
   color: #ffffff;
   margin-top: 1px;
   margin-bottom: 1px;
}

h2 {
   font: bold 150% arial, helvetica, sans-serif;
   color: #ffffcc;
   margin-top: 1px;
   margin-bottom: 1px;
}

h3 {
   font: bold 130% arial, helvetica, sans-serif;
   color: #ffff00;
   margin-top: 1px;
   margin-bottom: 1px;
}

p,ol,ul,dl  {
  font:  90%  arial, helvetica, sans-serif;
  color: #ffffff;
}
.sub{
font-size: 100%;
}


.navbutton{
   font:  16px arial, helvetica, sans-serif;
   text-decoration: none;
   color: #ffffff;
   background: #0000ff;

}
a.navbutton:visited{
   text-decoration: none;
   color: #ffffff;
   background: #0000ff;

}
a.navbutton:hover{
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #0000ff;
  background: #ffff00;
}


.leftside{
   text-decoration: none;
   color: #ffffff;
   background: #000099;
   font:  bold 90% arial, helvetica, sans-serif;
}

a.leftside:hover{
  text-decoration: underline;
  color: #0000ff;
  background: #ffff00;
}

.lefttop{
   text-decoration: none;
   color: #ffffff;
   background: #000099;
   font:  bold 110% arial, helvetica, sans-serif;
}

a.lefttop:hover{
  text-decoration: underline;
  color: #0000ff;
  background: #ffff00;
}

a{
  color: #ffff00;
  text-decoration: underline;
}

a:visited{
  text-decoration: underline;
  color: #aaaa00;
}

a:hover{
  text-decoration: none;
  color: #000000;
  background: #ffff00;
}

.bold{
   font-weight: bold;
}
.small{
   font-size:80%;
}
.smaller{
   font-size:60%;

}

.rightbox{
   background:#666666;
}

.footer{

   font-size:70%;
   color: #999999;
}

td.errborder{
   color: #ffff00;
   background: #ff0000;
}
.errtext{
   color: #000000;
   background: #ffffff;
}
