/* opha.css */
.navigation
{
}
.content_normal
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #005E08;
}
.content_small
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #005E08;
  white-space: nowrap;
}
.content_vsmall
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #005E08;
  white-space: nowrap;
}
.content_list
{
  text-align: left;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #005E08;
}

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

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