/*
________________________________________________________________________________________
*    timeline.css
*   
*    Style sheet for timeline.php
________________________________________________________________________________________
*/

  .section table {
                 border: none;
                 margin-left: 0px;
                 margin-right: 0px;
                 border-spacing: 2px;
                 }
  .section th    {
                 background-color: #f9f9f9;
                 font-family: "Copperplate Gothic Light", "Copperplate_Gothic_Light_WEFT", "Times New Roman", serif;
                 color: #000000;
                 font-size: 16px;
                 font-variant: small-caps;
                 padding-top: 10px;
                 padding-bottom: 10px;
                 padding-left: 6px;
                 padding-right: 6px;
                 text-align: left;
                 vertical-align: top;
                 border: none;
                 }
  .section td    {
                 background-color: #f9f9f9;
                 text-align: left;
                 vertical-align: top;
                 padding-top: 2px;
                 padding-left: 6px;
                 padding-right: 6px;
                 padding-bottom: 2px;
                 border: none;
                 }
 	p
						{
						font-size: 110%;
						margin-left: 0px;
						margin-top: 24px;
						margin-bottom: 6px; 
						}