body
{
  margin: 0px;
  background-color: #333333;
}

.smalltext
{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.standardtext
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.mediumtext
{
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}

.largetext
{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #000000;
}

.smalltextwhite
{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.standardtextwhite
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.mediumtextwhite
{
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

a:link
{
  color: #2e3d98;
  text-decoration: underline;      
}

a:hover
{
  color: #2e3d98;
  text-decoration: none;      
}

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

a:visited:hover
{
  color: #2e3d98;
  text-decoration: none;      
}

a.goldlink:link
{
  color: #ffcc33;
  text-decoration: underline;      
}

a.goldlink:hover
{
  color: #ffcc33;
  text-decoration: none;      
}

a.goldlink:visited
{
  color: #ffcc33;
  text-decoration: underline;      
}

a.goldlink:visited:hover
{
  color: #ffcc33;
  text-decoration: none;      
}

.cell
{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;      
}
.tcell
{
  border-left: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.tcellr
{
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}