
#header {


  background-image: url("../images/bg8.png");
  
}

body {

  background-image: url("../images/bg8.png");

}

body#homeBody li#homeLi a,body#webstartBody li#webstartLi a,body#helpBody li#helpLi a
  {
 color: #000000;
  height: 23px;
  margin-top: 3px;
  padding-top: 5px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  background-color: #fff;
}





table {
  border: 1px solid #333;

  margin-bottom: 10px;
}

tr {
  border: 0;
}

td,th {
  font-size: 9pt;
  line-height: 12px;
  padding: 5px 6px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #fff url(../images/skin/shadow.jpg);
  color: #666;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
  color: #000;
  display: block;
  font-size: 10px;
  text-decoration: none;
  width: 100%;
}

th.asc a,th.desc a {
  background-position: right;
  background-repeat: no-repeat;
}

th.asc a {
  background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
  background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
  background: #f7f7f7;
}

.even {
  background: #fff;
}

.siteSign {

  
  background-color: fuchsia;
}

