/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

  body		 				{ color: #000066; }
	table						{ font-size: 12px; }
	td.event 				{ font-weight: 400; padding-bottom: 8px; }
	th.event				{ font-size: 10px; font-weight: 400; }
	col.cA			 		{ width: 120; text-align: center; vertical-align: top; }
  col.cB			 		{ width: 283; padding-left: 12px; vertical-align: top; }
  col.cC			 		{ width: 100; padding-left: 8px; vertical-align: top; }
  col.cD			 		{ width: 180; padding-left: 8px; vertical-align: top; }
  col.cE			 		{ width: 100; text-align: center; vertical-align: top; }
	td.left					{ color: #000000; text-align: left; padding: 2 0 2 12; }
	td.right				{ color: #000000; text-align: right; padding: 2 12 2 0; }
  td.event 				{ border-left: 1 solid #000066; }
  th.event 				{ border-bottom: 1 solid #000066; }
