body
{ 
  color:      #b2b2b2;
  background: #1e1e1e;
}
 
body
{
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
}

table.mini
{
  font-size: 90%;
}

table.content
{
  font-size: 75%;
}

td.content-outer
{
  background-image: url('vadb_logo_bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

td.outer
{
  background: #CCCCCC;
}

td.inner
{
  background: #1e1e1e;
}
 
a
{
  text-decoration: none;
}
  a:link { color: #FFC211 }  /* for unvisited links */
  a:visited { color: #FFC211 } /* for visited links */
  a:active { color: #FFC211 } /* when link is clicked */
  a:hover { color: #ffffff; text-decoration: underline; }  /* when mouse is over link */


p.pageheading
{
  //for the tops of the sections
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #FFC211;
  text-align: center;
  font-size: 130%;
}

div.block_header
{
  color: #000000;
}

h2
{
  color: #FFC211;
}
