body {
  font-size: 11pt;
  font-family: helvetica, arial, futura, sans-serif;
}

#topframe {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 760px;
  bottom: 10px;
  z-index: 1;
  background-image: url(../pics/bg_capricorn.jpg);
  background-repeat: no-repeat;
}
#titleframe {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 760px;
  text-align: center;
  font-family: helvetica, arial, futura, sans-serif;
  z-index: 3;
}
#menuframe {
  position: absolute;
  top: 232px;
  left: 20px;
  width: 150px;
  z-index: 3;
}
#contentframe {
  position: absolute;
  top: 230px;
  left: 190px;
  width: 570px;
  z-index: 3;
}

table {
  font-size: 12pt;
  font-family:"Times New Roman";
}
a.headertitle {
  color: #EB3B3B;
  font-size: 24pt;
  font-weight: bold;
}
a.headertitle:link {
  color: #EB3B3B;
}
a.headertitle:visited {
  color: #EB3B3B;
}
.title {
  font-size: 14pt;
  font-weight: bold;
  padding-top: 0pt;
  padding-bottom: 3pt;
  font-family: helvetica, arial, futura, sans-serif;
  text-align: left;
}
.head {
  font-weight: bold;
  padding-bottom: 2pt;
  font-family: helvetica, arial, futura, sans-serif;
}
.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;
}
.block {
  text-align: justify;
}

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: #BBD9F5;
  text-decoration: none;
}
logo:hover {
  background-color: #FFFFFF;
}

ul.nohead {
  margin-top: 0px;
  padding-left: 1em;
  text-indent: 0px;
  list-style-position: outside;
}
ol.nohead {
  margin-top: 0px;
  padding-left: 1em;
  text-indent: 0px;
  list-style-position: inside;
}

.alert {
  color: #EB3B3B;
  text-align: justify;
  font-weight: bold;
}
