/* Define Body */

body
  {
  background-color: #000000;
  font-family: arial,helvetica;
  font-size: 11pt;
  color: #777777;
  }


/* Define Paragraph Titles */

p.title
  {
  font-family: arial,helvetica;
  font-size: 14pt;
  color: #777777;
  text-align: center;
  font-weight: bold;
  }

/* Define Navbar Links */

a.navbar
  {
  font-weight: bold;
  font-family: arial,helvetica;
  font-size: 10pt;
  text-decoration: none;
  }
a.navbar:link
  {
  color: #777777;
  }
a.navbar:visited
  {
  color: #777777;
  }
a.navbar:hover
  {
  color: #EEEEEE;
  }
a.navbar:active
  {
  color: #777777;
  }


/* Define Page Links */

a.page
  {
  font-weight: bold;
  font-family: arial,helvetica;
  font-size: 11pt;
  text-decoration: underline;
  font-style: italic;
  }
a.page:link
  {
  color: #777777;
  }
a.page:visited
  {
  color: #777777;
  }
a.page:hover
  {
  color: #EEEEEE;
  }
a.page:active
  {
  color: #777777;
  }

/* Define Photo Links */

a.img
  {
  
  }
a.img:link
  {
  color: #777777;
  }
a.img:visited
  {
  color: #777777;
  }
a.img:hover
  {
  color: red;
  }
a.img:active
  {
  color: red;
  }

/* Define Table Properties */

td.navbar
  {
  background-color: #000000;
  width: 100px;
  text-align: center;
  }

td.navbarl
  {
  background-color: #000000;
  width: 100px;
  text-align: left;
  }

td.left
  {
  background-color: #000000;
  width: 100px;
  text-align: center;
  }

td.homeleft
  {
  background-color: #000000;
  width: 200px;
  }

td.homespace
  {
  background-color: #000000;
  width: 15px;
  }

td.homeright
  {
  background-color: #000000;
  width: 400px;
  text-align: justify;
  }

td.homeright2
  {
  background-color: #000000;
  width: 520px;
  text-align: justify;
  }

td.homecenter
  {
  background-color: #000000;
  width: 1000px;
  text-align: center;
  }

td.formleft
  {
  background-color: #000000;
  font-weight:bold;
  font-size: 9pt;
  width: 100px;
  text-align: left;
  }

td.formright
  {
  background-color: #000000;
  font-weight:bold;
  font-size: 9pt;
  width: 200px;
  text-align: left;
  }

/* Hide Form From Spammers */

#human {
  visibility:hidden;
  display:none;
  }


