/* pbcha.css */
body { color: #102662;
       background-color: #102662;
}

.main_table
{
  background-color: #FFFFFF;
  color: #102662;
  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: #102662; }
a:hover.d { text-decoration: underline; color: #102662;  }
a:link.n, a:visited.n { color: #FFFFFF; }

.nav_bar
{
  background-color: #F36A00;
  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: #076224;
}
.content_small
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #076224;
  white-space: nowrap;
}
.content_vsmall
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #076224;
  white-space: nowrap;
}
.content_list
{
  text-align: left;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #076224;
}

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

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

