/* Copyright (c) 2006 Peter Shah
   Permission is granted for this style document to be used in whole or in 
   part for non-comercial online purposes so long as this header comment 
   remains attached to the document.

   Home Page: http://www.klargia.com/~pds
   Powered by the vi editor since 2001.
*/

table	{
	 width: 	100%;
	 border-style:	solid;
	 border-width:	2px;
	}

tr	{
	 vertical-align:	top;
	}

td	{
	 text-align:	left;
	}

th	{
	 text-align:	left;
	 font-style:	italic;
	}

dd	{
	 font-style:	italic;
	}

h2      {
         text-align:       center;
         display:          block;
         color:            white;
         text-decoration:  none;
         background-color: black;
         font-family:      "Arial Black", "Helvetica Bold", sans-serif;
        }

#content h4	{
		 text-align:	left;
		}


