body {
  margin: 0px;
  margin-top: 10px;
  padding: 0;
  min-width: 900px;
  text-align: center;
}

body,td,.scroller {
  font-family: Verdana,Arial,Tahoma;
  font-size: 8pt;
  color: #707070;
  font-weight: normal;
}

div {
  padding: 0;
  margin: 0;
}

.menu {
  float: left;
  width: 170px;
  font-size: 10pt;
  color: #058db7;
  font-weight: bold;
}

.gap {
  float: left;
  width: 60px;
}

.content {
  float: left;
  width: 670px;
}

.content .leftcol {
  float: left;
  width: 300px;
  padding-right: 40px;
}

.content .rightcol {
  float: left;
  width: 310px;
}

.content .colspan {
  float: left;
  width: 620px;
  height: 30px;
}

.container {
  width: 910px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

a.gray {
  color: #707070;
  font-weight: normal; 
}

a {
  font-family: Verdana,Arial,Tahoma;
  font-weight: bold;
  color: #058db7;
  text-decoration: none;
}

ul {
  list-style-image: url(/images/li.gif);
  list-style-position: outside;
  margin-left: 15px;
}

.mnuS {
  background-color: #058db7;
  color: white;
}

.mnuN {
}

h1 {
  font-size: 12pt;
  color: #058db7;
  font-weight: bold;
}

.h2 {
  font-size: 10pt;
  color: #058db7;
  font-weight: bold;
}

.h3 {
  font-size: 11pt;
  color: #707070;
  font-weight: bold;
}
