body {
  margin: 0px;
  background: rgb(0,0,0);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: rgb(125,125,110);
  scrollbar-face-color: rgb(28,28,35);
  scrollbar-track-color: rgb(30,30,37);
  scrollbar-arrow-color: rgb(144,151,120);
  scrollbar-base-color: rgb(30,30,30);
}

td, p {
  font-size: 10pt;
}

ul {
  list-style-image: url("../images/pntl.gif");
}

li {
  padding-bottom: 5px;
}

h1 {
  display: block;
  position: absolute;
  top: 8px;
  right: 2%;
  width: 96%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  margin: 0px;
}

h3 {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  margin: 0px 0px 1px 0px;
}

#menu {
  display: block;
  position: absolute;
  top: 25px;
  right: 2%;
  width: 96%;
  font-size: 8pt;
  text-align: left;
  color: rgb(90,90,75);
  border-top: 1px solid rgb(70,70,55);
  margin: 2px 0px 5px 0px;
  padding: 2px 0px 0px 0px;
  z-index: 10;
}

#bdy {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 85%;
  padding-right: 30px;
  z-index: 1;
}

#cc {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

#dots {
  position: absolute;
  top: 45px;
  right: 2%;
  z-index: 5;
}

#prt {
  position: absolute;
  top: 45px;
  right: 2%;
  margin-right: 11px;
  z-index: 10;
}

.title {
  display: block;
  position: relative;
  font-size: 10pt;
  width: 100%;
  border-bottom: 1px solid rgb(42,42,42);
  margin: 40px 0px 5px 0px;
}

.title3 {
  display: block;
  position: relative;
  font-size: 10pt;
  width: 100%;
  border-bottom: 1px solid rgb(42,42,42);
  margin: 55px 0px 5px 0px;
}

.pic1 {
  display: block;
  width: 156px;
  position: relative;
  float: left;
  text-align: center;
  margin: 15px 0px 0px 0px;
}

.pic2 {
  display: block;
  width: 156px;
  position: relative;
  float: right;
  text-align: center;
  margin: 16px 0px 0px 0px;
}

.pic3 {
  display: block;
  width: 182px;
  position: relative;
  float: left;
  text-align: center;
  margin: 16px 0px 0px 2px;
}

.pic3 img {
  border: 1px solid rgb(135,135,115);
}

.txt1 {
  display: block;
  width: 364px;
  position: relative;
  float: right;
  margin: 15px 0px 0px 0px;
}

.txt2 {
  display: block;
  width: 364px;
  position: relative;
  float: left;
  margin: 15px 0px 0px -20px;
}

.txt3 {
  display: block;
  width: 334px;
  position: relative;
  float: right;
  margin: 15px 0px 0px 0px;
}

.jmp a:link, .jmp a:visited {
  display: block;
  width: 100px;
  background-color: rgb(110,110,110);
  border-top: 1px solid rgb(140,140,140);
  border-right: 1px solid rgb(60,60,60);
  border-bottom: 1px solid rgb(60,60,60);
  border-left: 1px solid rgb(140,140,140);
  font-size: 8pt;
  color: rgb(0,0,0);
  text-align: center;
  text-decoration: none;
  padding: 0px 0px 2px 0px;
  margin: 40px 0px 90px 0px;
}

.jmp a:hover {
  background-color: rgb(108,123,127);
  text-decoration: none;
}

a {text-decoration: none;}
a:link, a:visited {color: rgb(125,125,110);}
a:hover {color: rgb(190,190,180); text-decoration: underline;}
a:active {color: rgb(205,205,195); text-decoration: underline;}

img {border: 0px;}

