table.table3 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 660px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table3 caption {
  margin-top: 1em;
  text-align: center;
}

table.table3 th,
table.table3 td {
  padding: 4px 6px;
}

table.table3 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #ccccff;
  color:#3300ff;
  text-align: center;
  
  font-size: 92%;
}

table.table3 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: left;
  
}



table.table5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 660px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table5 caption {
  margin-top: 1em;
  text-align: center;
}

table.table5 th,
table.table5 td {
  padding: 4px 6px;
}

table.table5 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #ccccff;
  color:#3300ff;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
}

table.table5 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: center;
 
