body {
  font-family: Verdana, Tahoma, "MS Sans Serif", "Lucida Sans", Arial, Helvetica, sans-serif;
  padding: 0em 2em 2em 2em;
  background: #ffffff;
  color: #000000;
  font-size: 10pt;
}

h1 {
  font-size: 24pt;
}
h2 {
  font-size: 12pt;
  margin-bottom: 0.33em;
}

h3 {
  font-size: 11pt;
  margin-bottom: 5px;
}

h4 {
  font-size: 10pt;
  margin-bottom: 3px;
}

p {
  margin-top: 0px;
}

table.statistics {
  width: 760px;
}

tr {
  vertical-align: middle;
}

td {
  vertical-align: middle;
  padding: 0.33em;
}

.small {
  font-size: smaller;
}

.info {
  font-size: 8pt;
}

form, input, select {
  font-size: 14pt;
}

.prog-border {
  position: relative;
  float: left;
  height: 15px;
  width: 204px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 11px;
  margin: 2px;
  padding: 0;
}

div.context {
  display: none;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 1.5em;
  padding-right: 1.0em;
  font-size: smaller;
  background: #eeeeee;
  width: 700px;
}

#main {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 780px;
  text-align: left;
  margin: 0 auto;
}

#google {
  position: absolute;
  top: 25px;
  left: 830px;
  width: 200px;
  text-align: left;
  margin: 0 auto;
}

