@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800);
table.paleBlueRows {
  font-family: Open Sans;
  border: 2px solid #0D005E;
  background-color: #EFF3F9;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 0px;
  margin-bottom: 10px;

}
p.a { font-family: 'Open Sans'; 
padding-top: 0px  !important;;
align: left !important;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #0D005E;
  padding: 12px 4px;

}
table.paleBlueRows tbody td {
  font-size: 15px;
  color: #0D005E;
font-weight: normal;

}
table.paleBlueRows tr:nth-child(even) {
  background: #D8E2F0;

}
table.paleBlueRows thead {
  background: #B3BBED;
  background: -moz-linear-gradient(top, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
  background: -webkit-linear-gradient(top, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
  background: linear-gradient(to bottom, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
  border-bottom: 2px solid #0D005E;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #0D005E;
  text-align: center;

}
table.paleBlueRows tfoot {
  font-size: 17px;
  font-weight: bold;
  color: #271A89;
  background: #B3BBED;
  background: -moz-linear-gradient(top, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
  background: -webkit-linear-gradient(top, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
  background: linear-gradient(to bottom, #c6ccf1 0%, #bac1ee 66%, #B3BBED 100%);
}
table.paleBlueRows tfoot td {
  font-size: 17px;
}