
table.blueTable1 {
  border: 1px solid #1C6EA4;
  background-color: #DEEAFA;
  width: 950px;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding-right:4px;
}
table.blueTable tbody td {
  font-size: 12px;
   padding-left:4px;
    padding-right:4px;
}
table.blueTable tr:nth-child(even) {
  background: white;
}
table.blueTable thead {
  background: #88B9FA;
}
table.blueTable thead th {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;

}

table.blueTable1 td, table.blueTable1 th {
  border: 1px solid #AAAAAA;
  padding-right:4px;
}
table.blueTable1 tbody td {
  font-size: 13px;
   padding-left:4px;
    padding-right:4px;
}
table.blueTable1 tr:nth-child(even) {
  background: white;
}
table.blueTable1 thead {
  background: #88B9FA;
}
table.blueTable1 thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}


