

table {
  font-size:90%;
  border-collapse: collapse;
  margin-top: 8px;
  width: 485px;
}
 td  {
  text-align: left ;
}
 th  {
  text-align: right;
}
 .costs td {
  font-weight:bold;
  text-align:center;
}
 td.nm {
  width:157px;
  text-align:left;
  font-weight: normal;
}
th {
  color: #545454;
}
tbody th, tbody td {
  padding-left: 5px;
}
 tfoot p {
  margin:2px;
  text-align:left;
}
.required {
	color: #2C7394;
	}