body
  {
    background: white;
    color: black;
    font: normal 12pt "Times New Roman", "New Century Schoolbook", Times, serif;
    padding: 0;
    margin: 0;
  }

td.left_border
{
  color: black;
  background: #c5c445;
  width: 50px;
}

td.left_jutter
{
  color:black;
  background:#3bc3be;
}

td.right_jutter
{
  color:white;
  background: #372561;
}

td.column3
{
  width: 20%;
}

table.control_bar
{
  background:white;
}

td.control_bar
{
  background: #372561;
}

a.control_bar
{
  color: white;
}

hr
{
  color:#629694;  
}

input
{
  background: white;
  color: black;
  font: normal 10pt "New Century Schoolbook", "Times New Roman", Times, serif;
}

textarea
{
  background: white;
  color: black;
  font: normal 10pt "New Century Schoolbook", "Times New Roman", Times, serif;
}

a:link
{
  background:transparent;
  text-decoration: none;
}
a:visited
{
  background:transparent;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

h1
{
  padding-top:5px;
  padding-bottom:5px;
}

