body {
  scrolling: 0;
  overflow: auto;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(bg.jpg);
  background-color: #3c3c3c;
  background-repeat: repeat-x;  
  background-attachment: fixed;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
a {
  color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.title {
  font-size: 12px;
  color: #ffffff;
}
a.copyright {
  font-size: 12px;
  font-weight: normal;
  color: #eaf0f7;
}
a.nav {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
a:hover, a.title:hover, a.copyright:hover, a.nav:hover {
  text-decoration: underline;
}
a.nosmuck {
  font-weight: normal;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
table.noborder {
  border-width: 0px;
}
td {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}
td.title {
  font-weight: bold;
  background-color: #6e7d9c;
  color: #ffffff;
  height: 17px;
}
td.content {
  color: #ffffff;
  background-color: #95a6c4;
}
td.nav {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
}
img.button, span.bottom {
  vertical-align: bottom;
}
div.iplog {
  width: 100%;
  height: 15px;
  padding-top: 1px;
  font-size: 10px;
  text-align: right;
}
div.smilies {
  float: left;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 8px;
}
div.divider {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #254060;
  margin-bottom: 6px;
}
div.dividerc {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #254060;
  margin-bottom: 6px;
}
div.noalfa {
  position: relative;
  width: 100%;
  overflow: hidden;
}
span.comment {
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}
span.copyright {
  color: #254060;
}