body {
  padding: 0px;
  margin: 0px;
  margin-left: 5%;
  margin-right: 5%;
  background: #f0f8ff;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: black;
}

.main {
  background: white;
  border: solid 1px #cccccc;
  border-top: none;
  padding: 0px;
  padding-bottom: 16px;
  margin: 0px;
}

.header {
  width: 100%;
  background: #6699cc;
  padding: 0px;
  margin: 0px;
}

.logo {
  margin: 8px;
  margin-top: 36px;
  margin-bottom: 4px;
}

.menubar {
  color: white;
  font-size: 10pt;
  font-weight: bold;
  background: #000080;
  padding: 0px;
  margin: 0px;
}

a:link.menuitem, a:active.menuitem, a:visited.menuitem {
  text-decoration: none;
  background: #000080;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}

a:hover.menuitem {
  text-decoration: none;
  background: #336699;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}

a:link.menuselect, a:active.menuselect, a:visited.menuselect, a:hover.menuselect {
  text-decoration: none;
  background: white;
  color: #000080;
  padding: 2px;
}

.workspace {
  background: white;
  padding: 8px;
  margin: 0px;
}

.navigator { 
  font-size: 8pt;
  color: #000080;
}

.banner {
  font-size: 11pt;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  color: #000080;
  width: 100%;
}

.divider {
  margin: 0px;
  padding: 0px;
  border: none;
  border-top: 1px dotted #cccccc;
  color: white;
  width: 100%;
}

.bullet { 
  margin-left: 2px;
  margin-right: 3px;
}

.footer {
  text-align: right;
  font-size: 8pt;
  color: #999999;
}

form {
  padding: 0px;
  margin: 0px;
}

p, ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

td { 
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

a {
  text-decoration: none;
  color:#000080;
}

a:link, a:active, a:visited {
  color:#000080;
}

a:hover {
  color:#6699cc;
  text-decoration: underline;
}

a:link.fixed, a:active.fixed, a:visited.fixed {
  color:#000080;
}

a:hover.fixed {
  color:#6699cc;
  text-decoration: underline;
}

