*
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  background-color: #D0D0FF;
  background-image: url('../images/bg.gif');
}

.main
{
  width: 100%;
  background-image: url('../images/mainbg.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

p
{
  text-align: justify;
  text-indent: 5px;
  margin: 1em .5em 1em .5em;
}

.p2
{
  text-align: justify;
  text-indent: 5px;
  margin: 0px 150px 0px 150px;
}

h1
{
  display: none;
}

h2
{
  font-size: 14pt;
  font-style: italic;
  margin-bottom: 0.22em;
  text-align: center;
}

.center
{
  text-align: center;
}

.header
{
  width: 780px;
  height: 97px;
  background-image: url('../images/header.gif');
}

.menu
{
  height: 26px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  font-size: 12pt;
}

.footer
{
  height: 25px;
  color: #FFFFFF;
  font-size: 8pt;
  text-align: center;
  border-top: solid 1px black;
  background-image: url('../images/footer.gif');
}

.cat
{
  border-collapse: collapse;
}

.catspc
{
  border-bottom: 1px solid #000000;
}

.catbtn
{
  width: 125px;
  text-align: center;
  background-color: #008844;
  color: #FFFFFF;
  font-size: 9pt;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.catbar
{
  height: 10px;
  background-color: #008844;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.catbarsel
{
  height: 10px;
  background-color: #004020;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.catbtn
{
  color: #FFFFFF;
  border: 0px;
}

a.catbtn:hover
{
  color: #000000;
  background-color: #00AA66;
  text-decoration: none;
}

.catbtnsel
{
  width: 125px;
  text-align: center;
  background-color: #004020;
  color: #FFFFFF;
  font-size: 9pt;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.catbtnsel:hover
{
  text-decoration: none;
}