table.Tbl {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-right-width:2px;
  border-right-style:solid;
  border-top-width:2px;
  border-top-style:solid;
  border-color:black;
  border-spacing:0px;
  background-color:#FFFFFF;
}
table.Tbl td {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:black;
  border-spacing:0px;
  text-align:left;
}
table.Tbl th {
  border-left-width:1px;
  border-left-style:solid;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-color:black;
  border-spacing:0px;
  text-align:center;
}

