body
{
  margin: 0px 20px 30px;
  padding: 0px;
  background-color: rgb(240,240,240);
}

table
{
  color: black;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.container
{
  width: 800px;
  background-image: url(../images/bg.gif);
  border: 1px solid rgb(0,0,0);
  border-top-width: 0px;
  text-align: left;
}

a
{
  color: black;
}

a:hover
{
  color: rgb(255,102,0);
  text-decoration: none;
}

.copyright
{
  margin-top: -8px;
  color: white;
  font-family: tahoma, verdana, sans-serif;
  font-size: 9px;
  padding-top: 10px;
}

.copyright a
{
  color: white;
}

.copyright a:hover
{
  color: rgb(255,102,0);
}

.blue-bar
{
  height: 20px;
  background-color: rgb(0,93,169);
  width: 800px;"
}

.orange_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}

