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