/* cpjhsa.css */
body { color: #000000;
       background: #122b5e;
}

.main_table
{
  color: #000000;
  text-align: center;
  width: 90%;
  font-family: "arial,helvetica,sans-serif";
  font-size: medium;
  background-color: #ffffff;
}
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: #FFFFFF; }

.nav_bar
{
  background-color: #b92222;
  color: #7D7900;
  font-family: "arial,helvetica,sans-serif";
  font-size: medium;
  font-weight: 1800;
  width: 90%
}
/*
.nav_bar a:link.d, a:visited.d { text-decoration: none; color: #ffffff; }
.nav_bar a:hover.d { text-decoration: underline; color: #ffffff;  }
.nav_bar a:link.n, a:visited.n { color: #ffffff; }
*/
.nav_item
{
  color: #FFFFFF;
}
.content_normal
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 400;
}
.content_small
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.content_vsmall
{
  text-align: center;
  font-family: "Comic Sans MS",sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.content_list
{
  text-align: left;
  font-family: "Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #333333;
}

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

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