TABLE.map-table  { width: 100% }
TR.table-head    { background-color: gold;
                   font-weight: bold;
                   text-align: center         } /* Style used for header rows */
TR.table-buttons { background-color: gold;    } /* Style used for button rows */
TR.table-label   { background-color: #DDDDDD;
                   font-weight: bold          } /* Style used for column labels */
TR.table-item    { background-color: #DDDDDD  } /* Style used for data rows */
DIV.sig          { text-align: right  } /* Signature */
DIV.nav          { text-align: center }

