table {
  width: 440px;
  border: 0;
  text-align: left;
  border-collapse: collapse;
  margin: 24px 0 0 0;
}

th {
  padding: 3px 0 3px 6px;
  font-size: 1.1em;
  color: #005B88;
	/* background-color: #FFFFFF; */
}

th.left {
/*  border-left: 1px solid ##0066CC;
  border-right: 3px solid #ffffff; */
  border-bottom: 3px solid #004080;
}

th.right {
/*  border-right: 1px solid ##0066CC; */
  border-bottom: 3px solid #004080;
}

td {
  padding: 3px 0 3px 6px;
  border-bottom: 1px solid #0000FF;
}

td.location {
  width: 160px;
	font-weight: bold;
	color: #0000FF;
}

