BODY {
  background-color: white;
  color: black;
  font: 10pt sans-serif;
}

TD {
  font: 10pt sans-serif;
}

TH {
  font: bold 10pt sans-serif;
}

a:link {
  color: #800000;
  text-decoration: none;
}

a:visited {
  color: #800000;
  text-decoration: none;
}

a:hover {
  background: #FFFF80;
  text-decoration: underline;
}

a:active {
  color: #FF0000;
  background: #FFFF40;
}

.banner {
  text-align: left; 
  border: #c0c0c0 1px solid;
  margin-bottom: 10px;
}

.topcontrols {
  text-align:right;
  font: 8pt sans-serif;
  margin-bottom: 15px;
}

.topcontrols A:link, 
.topcontrols A:visited, 
.topcontrols A:active 
.topcontrols A:hover {
  color: #600000;
}


.copyright {
  color: #a0a0a0;
  font-size: 9px;
  text-align: center;
}

TABLE.list_table {
  border-collapse: collapse;
}

TABLE.list_table TH {
  border: 1px solid #808080;
  text-align: center;
  font-weight: bold;
  text-align: center;
  background-color: #a0c0c0;
  color: white;
  padding: 1px 4px;
}

TABLE.list_table TD {
  text-align: left;
  border: 1px solid #808080;
  padding: 1px 3px;
}

TABLE.list_table_sm {
  border-collapse: collapse;
}

TABLE.list_table_sm TH {
  border: 1px solid #808080;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  background-color: #a0c0c0;
  color: white;
}

TABLE.list_table_sm TD {
  text-align: left;
  border: 1px solid #808080;
  font-size: 9px;
}



