
body {
  padding: 0px;
  margin: 0px;
  background-color: white;
}

* {
  font-family: Verdana, Arial, sans-serif, Helvetica;
}

table.page {
  width: 100%;
  height: 100%;
}

td.header {
  height: 87px;
  text-align: center;
  background-image: url(../images/titleline.gif);
  background-repeat: repeat-x;
  background-position: 0px 60px;
}

td.header img {
  border: 0px;
}

td.footer {
  height: 32px;
  font-size: 9px;
  text-align: center;
  background-image: url(../images/titleline.gif);
  background-repeat: repeat-x;
}

td.menu {
  text-align: left;
  vertical-align: top;
  width: 200px;
}

span.menutitle {
  font-size: 16px;
}

div.submenu {
  position: absolute;
  visibility: hidden;
  font-size: 12px;
}

div.submenu ul {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  list-style-type: none;
}

div.submenu li {
  padding-bottom: 1px;
}

div.submenu img {
  vertical-align: middle;
  border: 0px;
}

td.content {
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
}

h1.title {
  color: blue;
  font-size: 24px;
  border-bottom: 2px dotted lightblue;
  width: 90%;
}

div.paragraph {
  width: 90%;
  font-size: 12px;
  text-align: justify;
}

img.rollover {
  border: 0px;
  vertical-align: middle;
}

td.news {
  vertical-align: top;
  width: 200px;
}

th.newstitle, td.newscontent {
  font-size: 10px;
  text-align: justify;
}

td.screenshot {
    width: 30%;
}

