body {
  font-size: 11pt;
  font-family: helvetica, arial, futura, sans-serif;
}

.topframe {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 800px;
  z-index: 1;
}


table {
  font-size: 11pt;
  font-family: helvetica, arial, futura, sans-serif;
}

.bigtitle {
  font-size: 18pt;
  font-weight: bold;
  padding-top: 0pt;
  padding-bottom: 3pt;
}
.title {
  font-size: 14pt;
  font-weight: bold;
  padding-top: 0pt;
  padding-bottom: 3pt;
}
.head {
  font-size: 12pt;
  font-weight: bold;
}

.menu {
  font-size: 11pt;
  font-weight: bold;
  padding-top: 0pt;
  padding-left: 0px;
  font-family: helvetica, arial, futura, sans-serif;
}
.menu1 {
  font-size: 11pt;
  font-weight: bold;
  padding-top: 5pt;
  padding-left: 0px;
  font-family: helvetica, arial, futura, sans-serif;
}
.menu2 {
  font-size: 11pt;
  font-weight: bold;
  padding-top: 2pt;
  padding-left: 1em;
  font-family: helvetica, arial, futura, sans-serif;
}
.menu3 {
  font-size: 11pt;
  font-weight: bold;
  padding-top: 2pt;
  padding-left: 2em;
  font-family: helvetica, arial, futura, sans-serif;
}



.mini {
  font-size: 7pt;
}

a:link {
  color: #333366;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #223377;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #223377;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #223377;
  font-weight: bold;
  background-color: #CCCCFF;
  text-decoration: none;
}

.error {
  color: #CC0000;
  font-weight: bold;
}
.warning {
  color: #DD7700;
  font-weight: bold;
}
.info {
  color: #33AA55;
  font-weight: bold;
}

