﻿table.ContentTB { 
  width:100% 
}
.ContentTB td { 
  border-right:solid 1px #fff; 
  border-bottom:solid 1px #fff; 
  padding:5px;
}
.H1 {
  background-color:#d0eff2; 
  font-weight:bold;
}
.H2 {
  background-color:#edf5f6; 
  font-weight:bold; 
  text-align:center; 
}
.H3 {
  background-color:#519096; 
  text-align:center; 
}
.H4 {
  background-color:#89c1c6; 
  text-align:center; 
  width:120px;
}
.C1 {
  background-color:#e5fdff; 
  color:#138f34; 
  font-weight:bold; 
  vertical-align:top;
}
.C2, .C3, .C4, .C5, .C6 {
  background-color:#e5fdff;
}
.C2, .C2F {
  font-weight:bold;
}
td.Last {
  border-bottom:solid 3px #fff;
}

