table.blueTable {
  width: 100%;
  text-align: left;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}


table.blueTable tbody td {
  font-size: 17px;
  font-weight: bold;
  color: #ff8000;
}



table.blueTable thead {
  background: #175A86;
  border-bottom: 2px solid #444444;
  
}
table.blueTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
  
}

table.blueTable tfoot {
  font-weight: bold;

}


p {
font-size: 13px;
  color: black;
  text-indent: 1px;
  text-transform: ;
}