/* ***** General elements. ***** */
body.main {
  color: black;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
}

/* ***** Anchors. ***** */
a:link {
  color: #5555ff;
/*   background-color: #EEEEEE; */
  text-decoration: none;
}
a:visited {
  color: #5555FF;
/*   background-color: #EEEEEE; */
  text-decoration: none;
}
a:hover {
  color: #3300FF;
  background-color: #DDDDDD;
  text-decoration: none;
}
a:active {
  color: #3300FF;
  background-color: #DDDDDD;
  text-decoration: none;
}

.std-cols {
  color: black;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
}

a.title:link {
  color: black;
  text-decoration: none;
}
a.title:visited {
  color: black;
  text-decoration: none;
}
a.title:hover {
  color: #3300FF;
  background-color: C1C8DB;
  text-decoration: none;
}

.invBox {
  color: white;
  background-color: black;

  font-weight: bold;
  font-size: 14pt;
  font-family: helvetica, sans-serif;
}


.br-left { clear: left; }
.float-left { float: left; }

.tab-title {
  text-align: center;
  font-weight: bold;
  color: black;
  background-color: C1C8DB;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: 061F6F;
  padding: 0px;
}

.tab-head {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  color: black;
}

.tab-text {
  vertical-align: top;
  text-align: left;
  color: black;
}

#stat-table {
  font-family: helvetica, sans-serif;
}

.grad-text {
  text-align: center;
  color: white;
  background-color: black;
  font-weight: bold;
  font-family: helvetica, sans-serif;
}
.gradl-bar {
  text-align: left;
  color: white;
  background-color: black;
}
