body {
      background-color: #000000;
   color: #808080;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   margin: 0;
}

a:link {
   color: #b9d536;
   text-decoration: none;
}

a:visited {
   color: #b9d536;
   text-decoration: none;
}

a:hover {
   color: #8e8f92;
   text-decoration: none;
}

a:active {
   color: #8e8f92;
   text-decoration: none;
}

table {
   font-size: 8pt;
}

.bordered {
   font-size: 8pt;
   border: 1px solid #8e8f92;
   border-collapse: collapse;
}

td {
   font-size: 8pt;
}

th {
   font-size: 8pt;
}

div {
   text-align: left;
   margin: auto;
}

h1 {
   font-size: 12pt;
   color: #b9d536;
}

h2 {
   font-size: 10pt;
   color: #b9d536;
   margin-top: 3px;
   margin-bottom: 3px;
   height: 25px;
   background-image: url('images/bg_h2.png');
}

h3 {
   font-size: 10pt;
   color: #b9d536;
   margin-top: 3px;
   margin-bottom: 3px;
}

h4 {
   font-size: 7pt;
   margin-top: 0px;
   margin-bottom: 10px;
}

p {
   text-align: left;
}

em {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
}

.note {
   font-size: 7pt;
   display: inline;
}

hr {
   color: #b9d536;
   height: 1px;
   margin: 0px;
}

form {
   margin: 0px;
}

input, select {
   font-size: 8pt;
}

#navlist {
   padding: 0 0 3px 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 10px;
   margin-bottom: 10px;
   list-style: none;
   border-bottom: 1px solid #b9d536;
   font-weight: bold;
}

#navlist li {
   display: inline;
}

#navlist li a {
   padding: 3px;
   border: 1px solid #b9d536;
   background: #dedede;
}

#navlist li a:link { color: #8e8f92; }
#navlist li a:visited { color: #8e8f92; }
#navlist li a:hover { color: #000000; background: #8e8f92; }

#navlist li a#current {
   background: #ffffff;
   border-bottom: 1px solid #ffffff;
}

.navmain {
   border-collapse: separate;
   border-spacing: 1px 0px;
   font-weight: bold;
}

.navmain td {
   width: 77px;
   height: 20px;
   text-align: center;
   background: url('images/tab.png');
   border-bottom: 1px solid #202020;
}

.navmain td a { color: #202020; }
.navmain td a:link { color: #202020; }
.navmain td a:visited { color: #202020; }
.navmain td a:hover { color: #b9d536; }

.navmain td#current {
   border-bottom: 1px solid #ffffff;
}

td.forum {
   height: 35px;
   background-color: #e3f0a8;
   border-left: 1px solid #eff5d0;
   border-right: 1px solid #8ca12a;
   border-top: 1px solid #eff5d0;
   border-bottom: 1px solid #8ca12a;
}

td.forum:hover {
   background-color: #b9d536;
}

.forum a:link {
   color: #8e8f92;
   font-weight: bold;
}

.forum a:visited {
   color: #8e8f92;
   font-weight: bold;
}

.forum a:hover {
   color: #000000;
   font-weight: bold;
}

td.thread {
   height: 35px;
   border-left: 1px solid #eff5d0;
   border-right: 1px solid #8ca12a;
   border-top: 1px solid #eff5d0;
   border-bottom: 1px solid #8ca12a;
}

.thread a:link {
   color: #8e8f92;
   font-weight: bold;
}

.thread a:visited {
   color: #8e8f92;
   font-weight: bold;
}

.thread a:hover {
   color: #000000;
   font-weight: bold;
}

table.calendar {
   width: 100%;
   border: 1px solid #8e8f92;
   background-color: #dedede;
}

.calendar td {
   width: 14%;
   height: 80px;
   border: 1px solid #8e8f92;
   background-color: #ffffff;
   vertical-align: top;
}

.calendar h4 {
   background-color: #e3f0a8;
   border-bottom: 1px solid #8e8f92;
   margin: 0px;
}

.calendar p {
   margin: 0px;
   border-bottom: 1px solid #8e8f92;
}

.maskLayer {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   opacity: 0.6;
   filter: alpha(opacity=60);
   background-color: #ffffff;
   z-Index: 1000;
}

.dialogueLayer {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 350px;
   height: 200px;
   display: none;
   z-Index: 1001;
   border: 1px solid #000000;
   background-color: #ffffff;
   vertical-align: middle;
   padding: 10px;
}