P	{color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt}
		/*Body text is green*/

B	{color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold}
		/*Bold Body text*/


H1	{color: #0066CC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold}
		/*Level-one headings*/

H2	{color: #0066CC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	font-weight: bold}
		/*Level-two headings*/

.orderedlist	{color: 333399;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt;}

.table	{color: black;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9pt;}





NOTES:
Arial 10pt = size 2
Arial 12pt = size 3

Verdana 10pt = x-small

Times 

/* UL only controls the unordered or (OL)ordered list tag */
/* LI only controls the bullet type or assigns a class */  
	
