table {
          margin-top: 15px;
		  font-size: 75%;
		  width: 100%;
		  border-right: 1px solid #999999;
		  border-bottom: 1px solid #999999;

		  }

tr.office td {
          color: #333333;
          background-color: #fff8dc;
		  padding: 5px;
		  border-right: solid 1px #999999;
		  border-bottom: solid 1px #999999;
		 }

th {
         background-color:#f0f0d9;
		 color: #333333;
		 padding: 5px;
		 }

th,tr,td {
          text-align: left;
          white-space: nowrap;
		  }