body
{
  font-family:verdana;
  background-color:black;
}
td
{
  font-size:12px;
  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;
  min-width:230px;
  width:230px;
}
td.menu
{
  background-color:lightblue;
}
td.selectedmenu,td.menu:hover
{
  background-color:blue;
}
td.menu a
{
  color:black;
  text-decoration:none;
  font-size:16px;
}
td.selectedmenu a,td.menu:hover a
{	
	color:white;
	text-decoration:none;
  font-size:16px;
}
td.title
{
  background-color:blue;
  color:white;
  font-weight:bold;
  font-size:16px;
}
span.small
{
  font-size:10px;
}
td.toptitle
{
  font-size:20px;
  color:blue;
}
td.formtitle
{
  font-weight:bold;
  width:200px;
  text-align:right;
  padding-right:5px;
}
td.formerror
{
  font-weight:bold;
  width:200px;
  text-align:right;
  padding-right:5px;
  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:1px;
}
a.tableheader
{
  color:white;
  text-decoration:none;
}
td.small
{
  font-size:10px;
}
tr.alt
{
  background-color:lightgray;
}
a.small
{
  font-size:10px;
  color:black;
}
select.small
{
  font-size:10px;
}
input.small
{
  font-size:10px;
}
table.questiontable
{
  border-style:solid;
  border-width:1px;
  border-color:lightgray;
  border-top-color:black;
  border-top-width:2px;
}
td.questiontitle
{
  font-style:italic;
}