  /*
     Section (fill)
     -------------------
  */

  /* Titles and sections :

     - NC won't print for "border" + "margin" + <TD>. We need both to achieve
       the effect of a "band" around the title, let's use a table instead. 
  */

	table.table-section {
		background-color: #BFF0DB; 
		color: #FFFFFF; 
	}
        h2 {
		margin-bottom: 0em; 
		color: #006666; 
        }


