body {
  overflow: hidden;
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.container td {
  padding: 0px;
}

.title {
  width: 100%;
  color: #000033;
  background-color: #E0E0E0;
}

.title td {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000033;
  padding: 4px;
}

.menu {
  width: 100%;
  background-color: #333366;
}

.menu td {
  font-size: 0px;
}

.google {
  vertical-align: middle;
}

table {
  border-spacing: 0px;
}

td {
}

.title a {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000033;
}

.title a:hover {
  color: #666699;
  text-decoration: underline;
}

.menu a {
  font-family: verdana;
  font-size: 11px;
  float: left;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #333366;
  padding: 4px 10px;
  border-right: 1px solid #E0E0E0;
}

.menu a:hover {
  background-color: #666699;
}
