body
{
  font-family:verdana;
  background-color:black;
}
td
{
  font-size:12;
  color:black;
}
table.background
{
  background-color:white;
}
td.bottom
{
  color:white;
}
td.center
{
  background-color:gray;
}
a.bottom
{
  color:white;
  text-decoration:none;
}
td.logo
{
  background-color:lightblue;
}
td.menuback
{
  background-color:#FAF8CC;
}
td.menu
{
  background-color:lightblue;
}
td.selectedmenu,td.menu:hover
{
  background-color:blue;
}
td.menu a
{
  color:black;
  text-decoration:none;
  font-size:16;
}
td.selectedmenu a,td.menu:hover a
{	
	color:white;
	text-decoration:none;
  font-size:16;
}
td.title
{
  background-color:blue;
  color:white;
  font-weight:bold;
  font-size:16;
}
span.small
{
  font-size:10;
}
td.toptitle
{
  font-size:20;
  color:blue;
}
td.formtitle
{
  font-weight:bold;
  width:200;
  text-align:right;
  padding-right:5;
}
td.formerror
{
  font-weight:bold;
  width:200;
  text-align:right;
  padding-right:5;
  color:red;
}
td.error
{
  color:red;
}
td.tableheader
{
  background-color:blue;
  color:white;
  font-weight:bold;
}
td.tablefooter
{
  border-top-style:solid;
  border-top-color:blue;
  border-top-width:1;
}
a.tableheader
{
  color:white;
  text-decoration:none;
}
td.small
{
  font-size:10;
}
a.small
{
  font-size:10;
  color:black;
}
select.small
{
  font-size:10;
}
input.small
{
  font-size:10;
}
table.questiontable
{
  border-style:solid;
  border-width:1;
  border-color:lightgray;
  border-top-color:black;
  border-top-width:2;
}
td.questiontitle
{
  font-style:italic;
}
