.MostRecentTable { width: 300px; }
.MostRecentTable th { text-align: left; }
.MostRecentTable td { text-align: right; }

th.FirstHeading { color: #333333; }
th.SecondHeading { background-color: #A69E6D; color: #ffffff; }

tr.odd, tr.odd td { background-color: #EAEAD7; }
tr.even, tr.even td { background-color: #CFCFA8; }