a {
  color: #66CCFF;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

table {
  font-size: 14px;
}

body {
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: WHITE;
  background-color: BLACK;
  background-position: right top;
  background-repeat: no-repeat;
}

.main_table {
  background-repeat: no-repeat;
  background-position: left bottom;
}

.left_table {
  background-repeat: no-repeat;
  background-position: left top;
}

.top_menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 6px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  border-top: 4px solid #0099CC;
}

.ads{
  font-size: 10px;
  font-style: italic;
}

#Layer1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}