* { 
	color: #ffffff;
}

BODY {
	margin: 0;
	background-color: #7D0006;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	background-image: url(images/bg2006.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}
	
TD {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}

TH {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}
	
UL {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}
	
OL {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formating Definitions for HTML elements
*/
/*---------------------------------------------------------------------------*/
P {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	}
	
A {
      font-family: Arial, Geneva, sans-serif;
      font-size: 9pt;
      color: #66FF99;
      font-weight: bold;
      text-decoration: none;
      }
        
A:hover {
      font-family: Arial, Geneva, sans-serif;
      font-size: 9pt;
      color: #66FFFF;
      text-decoration: none;
      }
        
H1 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
	
	

.bigHeader {  
      font-family: Century Gothic, Century, Helvetica; 
      font-size: 36pt;
      font-weight: bold;
      }

.boldHeader {  
      font-family: Arial, Geneva, sans-serif;
      font-size: 14pt;
      text-transform: uppercase; 
      font-weight: bold;
      }

