/*  
<h1 class="HeaderLevel1Normal">
<h2 class="HeaderLevel2Normal">
<div class="NormalText">

	%%%%%  Document Container %%%%%
 */	 
	div.DocumentContainer 
	{
/*		top  right  bottom  left  	*/
		margin:0% 8% 0% 8%;

/*		border: solid thin black;*/
		
		clear: both;
	}	

/*  
	%%%%%  Section 1 Header Text Style  %%%%%
*/ 	 

	h1.HeaderLevel1Normal
	{
		color: navy; 
		font-size: 130%;
		font-family: Arial, sans-serif;
		margin-top: 12;
		margin-bottom: -3pt;
		line-height: 125%; 	
	}	

/*  
	%%%%%  Section 2 Header Text Style  %%%%%
*/ 	 

	h2.HeaderLevel2Normal
	{
		color: navy; 
		font-size: 110%;
		font-style: italic;
		font-family: Arial, sans-serif;
		margin-top: 18.0pt;
		margin-right: 0in;
		margin-bottom: -3.0pt;
		line-height: 115%; 
	}

	/*  
	%%%%%  Section 2 Header Text Style  %%%%%
*/ 	 

	h3.HeaderLevel3Normal
	{
		color: navy; 
		font-size: 100%;
		
		/* text-decoration:underline; */
		
		font-family: Arial, sans-serif;
		margin-top: 14.0pt;
		margin-bottom: -3.0pt;
		line-height: 110%; 
	}
	
/*  
	%%%%%     Normal Text Style        %%%%%
*/ 	 
	 
	div.NormalText 
	{
		color: black; 
		font-size: 110%;
		line-height: 115%;
	}

/*  
	%%%%%     Basic Text Style        %%%%%
*/ 	 
	 
	div.BasicText 
	{
		color: black; 
		font-size: 100%;
		line-height: 105%;
	}
	

/*  
	%%%%%        Body Link Style        %%%%%
	
	Normally links are underlined.  In printed docs that can be
	misleading, at best.   
*/ 	 
	 	
	a.Bodylink 
	{
		text-decoration: none;
		font-weight:bold;
	}	
	
/*  
	%%%%%     Link-as-Footnote Style     %%%%%
	
*/ 	 
	
	a.FootnoteLink 
	{
		vertical-align: top;
		font-size: 75%;
		text-decoration: none; 
	}
/*  
	%%%%%     Extended QuoteStyle     %%%%%
	"Indented" left and right with margins
*/ 	 	
	div.ExtendedQuote 
	{
		margin: 0em 8% 0em 8%;
	}	
	
/*  
	%%%%%     Extended QuoteStyle     %%%%%
	"Indented" left and right with margins
*/ 	 	
	div.DocInfo 
	{
		text-align:left;
		font-size:-2;
		color: gray; 
		
		margin: 0em 1% 0em 1%;
	}		
	
	.