BODY     {
		background-color: #FFFFFF;
	  }

FONT      { 
		color: #0a6834;
		font-family: ARIAL;
		font-size: 11pt;
	  }



.title     {
		color: #0a6834;
		font-family: ARIAL;
		font-style: italics;
		font-size: 25pt;
		font-weight: bold
    	  }



H2	{
	font-family:Arial;
	font-style:italics;
	font-weight:bold;
	font-size:20pt;
	}

.header   {
		color: #bd0333;
		font-weight: bold;
		font-size: 16pt
	  }

A:LINK    {
		COLOR: #000000;
		TEXT-DECORATION: none;
		font-family: ARIAL;
		font-size: 9pt;
          }


A:ACTIVE  {
		COLOR: #000000;
		TEXT-DECORATION: none;
		font-family: ARIAL;
		font-size: 9pt;
	  }

A:VISITED {
		COLOR: #000000;
		TEXT-DECORATION: none;
		font-family: ARIAL;
		font-size: 9pt;
	  }

.FOREGROUND {
		COLOR: #996699;
		TEXT-DECORATION:NONE;
		FONT-SIZE: 15PT;
		MARGIN-TOP: -45
	   }

.BACKGROUND {
		COLOR: #666666;
		TEXT-DECORATION: NONE;
		FONT-SIZE: 15PT;
		MARGIN-LEFT: -25
	    }

.italics {
		FONT-STYLE: ITALIC;
	 }

.smcaps {	
		font-variant: small-caps
	} 

.upcase {
		text-transform: uppercase;
		color: red
	}

.center {
		text-align: center;
		vertical-align: center
	}

.leftjust {
		text-align: left
	  }

.tabletxt
{ 
		color: #0a6834;
		font-family: ARIAL;
		font-size: 11pt;

}