#div4 table {
  table-layout:fixed;					/* this is used in conjunction with the 'overflow' & 'white-space' declarations below */
  width: 100%;
  border-collapse: collapse;				/* (was 0) giving a value of 'collapse' or 'seperate' don't work */
  border-spacing: 0; }
#div4 td, #div4 th {
  overflow: hidden; }
#div4 th { font-size: 16px; }

.thProjCol0 { width: 200px; text-align: left; }
.tdProjCol1 { text-align: center; }
.tdProjCol2 { width: 200px; text-align: right; }
.tdProjOverview { padding-bottom: 20px; text-align: justify; }
