/* CSS Document */



a {
  text-decoration: none;
  color: #507FCB;
}

a:hover {
  text-decoration: underline;
  color: #003C99;
}

table { 
  border: 1px solid #cccccc; 
  padding: 2px; 
  margin: auto;
  margin-top: 10px; 
  width: 705px;
  padding: 1px;
} 

.hdr {
  background-color: #507FCB;
  font-weight: bold; 
  text-align: left;
  color:#FFFFFF;
}

.division {
  padding-top: 12px; 
  padding-left: 12px;
  padding-right: 12px;
}

#div_stand tr.div_hdr { 
  background-color: #CCCCCC;
  font-weight: bold;
  text-align: left;
  color:#000000;
  text-decoration: underline;
}

#div_stand td.hdr { 
  background-color: #507FCB;
  font-weight: bold; 
  text-align: left;
  color:#FFFFFF;
}

#div_stand tr:nth-child(odd) { 
  background-color: #f1f1f1;
  font-weight: normal;
  color: #000000;
  padding-right: 4px;
}

