/* opha.css */
body { color:#000000;
  background-image: url(images/background.jpg);}

.main_table
{
  background-color: #FFFFCC;
  color: #000000;
  text-align: center;
  width: 100%;
  font-family: "arial,helvetica,sans-serif";
  font-size: medium;
}
td { font-size: 9pt; }


a:link.d, a:visited.d { text-decoration: none; color: #000000; }
a:hover.d { text-decoration: underline; color: #000000;  }
a:link.n, a:visited.n { color: #FFFFCC; }

.nav_bar
{
  background-color: #77181C;
  color: #FFFFFF;
  font-family: "arial,helvetica,sans-serif";
  font-size: medium;
  width: 100%
}

.nav_item
{
  color: #FFFFFF;
}
.content_normal
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #000000;
}
.content_small
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}
.content_vsmall
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}
.content_list
{
  text-align: left;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
}

.content_bold
{
  font-family: "Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 700;
  color: #000000;
}

.director
{
  width: 45%;
  text-align: left;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}

