/* mhja */
body {
  color: #005E08;
  background-image: url("images/body_bg.png");
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.main_table
{
  background-color: #FFFFFF;
  color: #004205;
  text-align: center;
  width: 90%;
  font-size: 12px;
}
td { font-size: 14px; }

a:link.d, a:visited.d { text-decoration: none; color: #005E08; }
a:hover.d { text-decoration: underline; color: #005E08;  }
a:link.n, a:visited.n { color: #F8F8E0; }


.nav_bar
{
  background-color: #004205;
  color: #F8F8E0;
  font-size:12px;
  width: 90%
}

.nav_item
{
  color: #F8F8E0;
}

.content_normal
{
  text-align: center;
  font-size: medium;
  font-weight: 400;
  color: #005E08;
}
.content_small
{
  text-align: center;
  font-size: small;
  font-weight: 400;
  color: #005E08;
  white-space: nowrap;
}
.content_vsmall
{
  text-align: center;
  font-size: 10pt;
  font-weight: 400;
  color: #005E08;
  white-space: nowrap;
}
.content_list
{
  text-align: left;
  font-size: small;
  font-weight: 400;
  color: #005E08;
}

.content_bold
{
  font-size: medium;
  font-weight: 700;
  color: #005E08;
}

.director
{
  width: 45%;
  text-align: left;
  font-size: small;
  font-weight: 400;
  color: #005E08;
  white-space: nowrap;
}

.standing {
  text-align: right;
}

.zero-tip {
  white-space: nowrap;
}

a:link.zero-tip, a:visited.zero-tip { text-decoration: underline; color: #005E08; }
a:hover.zero-tip { text-decoration: none; color: #005E08;  }


