a:link, a:hover, a:active, a:visited {
  color: #295972;
  text-decoration: none;
}

div.navigation {
  position : absolute;
  left : 0px;
  width : 75%;
  height: 50px;
  margin-left : 10px;
  margin-top : 0px;
  color : #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.85em;
}
div.navigation span.top {
  font-weight: bold;
}

div.navigation ul {
  padding: 0px;
  margin: 0px;
}

div.navigation a {
  text-decoration: none
}

div.navigation li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }

div.navigation li.last {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;

}

div.content {
  position : absolute;
  left : 0px;
  top : 50px;
  width : 95%;
  margin-left : 20px;
  margin-top : 0px;
  color : #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.85em;
}

div.content table {
  border-collapse: collapse;
  padding: 0px;
  font-size: 0.85em;
  border: 1px solid black;
}

div.content td {
  padding: 0px 3px 0px 2px;
}

div.content span.smaller { font-size: 0.85em; }
div.content span.greater { font-size: 1.2em; }

div.content tr.alternating {
  background-color: #EEEEEE;
}



div.content thead {
  background-color: #AAAAFF;
  border: 1px solid black;
  font-size: 1.2em;
}

div.content tbody {
  font-size: 0.85em;
}

div.content td.rborder {
  border-right: 1px solid #AAAAAA;
}

div.content td.lborder {
  border-left: 1px solid #AAAAAA;
}

div.content tr.bborder {
  border-bottom: 1px solid #EEEEEE;
}

div.content tr.nocando {
  color: #BBBBBB;
}

div.content td.width15 { width: 15px; }
div.content td.width30 { width: 30px; }
div.content td.width50 { width: 50px; }
div.content .hilight { font-weight: bold; }

