html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #696969;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #000000 url(images/bk-w.jpg) left top repeat;
}
.bgdark {
  background: #696969 url(images/dkback.gif);
}
.bglight {
  background: #696969 url(images/bk-w.jpg);
}
.maintext {
  color: #000;
  font-size: 1em;
  text-align: justify;
}
.firsttitle {
  color: #ff4500;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
}
.fieldtitle {
  color: #000000;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
}
.cattitle {
  color: #ff4500;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
}
.catHead,.catBottom {
  background-color: #3f3f3f;
  background-image: url(images/sidebox_background2.gif);
  border: none;
  height: 26px;
  font-size: 1em;
}
.catMain {
  color: #ff4500;
  font-size: 1em;
  background: #006699 url(images/sidebox_background.gif);
  height: 25px;
  border: none;
}
.half {
  width:50%;
}
.postbody {
  color: #000000;
  font-size: 150%;
  text-align: justify;
}
.nav {
  color: #000000;
  font-size: 150%;
  text-align: justify;
}
a.postbody:link  {
  color: #000;
  text-decoration: none;
}
a.postbody:visited {
  color: #000;
  text-decoration: none;
}
a.postbody:hover {
  color: #fff;
  text-decoration: underline;
}
.forumline {
  background-color: #696969;
  border: solid 1px #000;
}
.forumlink {
  color: #ff4500;
  font-weight: bold;
  font-size: 1.1em;
}
a.forumlink {
  color: #ff4500;
  text-decoration: none;
}
a.forumlink:visited {
  color: #ff4500;
  text-decoration: none;
}
a.forumlink:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.cattitle {
  color: #ff4500;
  text-decoration: none;
}
a.cattitle:visited {
  color: #ff4500;
  text-decoration: none;
}
a.cattitle:hover {
  color: #fff;
  text-decoration: none;
}
.copyright {
  font-size: 0.85em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  letter-spacing: -1px;
}
a.copyright {
  color: #444444;
  text-decoration: none;
}
a.copyright:visited {
  color: #444444;
  text-decoration: none;
}
a.copyright:hover {
  color: #000000;
  text-decoration: underline;
}
a.postlink:link {
  color: #000;
  text-decoration: none;
}
a.postlink:visited {
  color: #000;
  text-decoration: none;
}
a.postlink:hover {
  color: #fff;
  text-decoration: underline;
}
.center {
  text-align: center;
}
.vcenter {
  vertical-align: middle;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.b0 {
  border: 0;
}