/* Style sheet for All */

	body {font-size: 10pt;
		  font-family: Arial, Times New Roman; 
		  color: navy; 
		  background: white url(img/flift02_bg.gif);
		  }
	a{ text-decoration: None ;}
	a:link {color: blue;}
	a:visited {color: blue;}
	a:active {color: red;}
	a:hover {color: red;}

	p.breakhere {page-break-before: always;}
	p.dropText { font-size: x-large; font-weight: bold; float: left;}
	p.justify { text-align: justify; }	  
	div.justify { text-align: justify; }	  
	div.dropText { font-size: x-large; font-weight: bold; float: left;}

	h1 {font: 20pt Arial, Helvetica, Times New Roman;
			font-weight: bold;
			font-color: Green; }
			
	h2 {font: 14pt Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h3 {font: 10pt Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h6 {font: 8pt Arial, Times New Roman;
		font-weight: bold; }


/* 
Updated 03/19/2002
*/