body {
  margin: 0em;
  background-color: #ededed;
  overflow: auto;
}
.tblbg {
	background-repeat: no-repeat;
	background-position: top;
}

.title {
  font-family: verdana;
  font-size: 12px;
  font-weight:bold;
  color: #006699;
}

.main {
  font-family: verdana;
  font-size: 12px;
  color: #000000
}

.footer {
  font-style: italic;
  font-family: verdana;
  font-size: 13px;
  font-weight:bold;
  color: #006699;
}

.newsdate {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #333366;
}

.newstitle {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.newsmain {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}

a.nav:link {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a.nav:active {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a.nav:visited {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a.nav:hover {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #0099cc;
}

a.mainlink:link {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0099cc;
}

a.mainlink:active {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0099cc;
}

a.mainlink:visited {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0099cc;
}

a.mainlink:hover {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #0099cc;
}