body
{
    margin: 5px;
    background-color: #fff;
}
a
{
    font-family: tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #000;
}
a:hover
{
    font-family: tahoma;
    font-size: 10pt;
    text-decoration: underline;
    color: #c00;
}
.nav, .nav_over
{
    background-color: #fff;
    text-align: center;
    padding-bottom: 2px;
}
.nav_over
{
    background-color: #000;
}
.nav_over a
{
    color: #fff;
}
.main_cell
{
    font-family: garamond;
    font-size: 12pt;
    line-height: 120%;
}
td, p
{
    font-family: garamond;
    font-size: 12pt;
}
.input_text
{
  border: 1px solid #ccc;
  font-family: tahoma;
  font-size: 10pt;
  padding: 2px;
}
.input_submit
{
  border: 1px solid #ccc;
  font-family: tahoma;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
}
.signin_table
{
  border: 1px solid #ccc;
  font-family: tahoma;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
}
.signin_table td
{
  padding: 3px;
}
