/* Font Face */
	BODY, P, UL, OL, LI, DIV, TD, TH, H1, H2, H3, A
		{font-family: arial, helvetica, sans-serif;}
	TABLE, TD 	{border-collapse: collapse;}
/* Font Size */
	BODY								{font-size: 13px;} 
	H1									{font-size: 18px;}
	H2									{font-size: 15px;}
	H3									{font-size: 13px;}
	P, UL, OL, LI, DIV 			{font-size: 11px; color: #ffffff; margin-top: 10px; margin-left: 38px; margin-right: 0px; margin-bottom: 10px;}
	.footertext 						{font-size: 14px; color: #000000;}		
	
/* Font Formatting */
	A			{color: #ffffff; background: transparent none; text-decoration: none;}
	A:link		{color: #ffffff; background: transparent none; text-decoration: none;}
	A:visited	{color: #ffffff; background: transparent none; text-decoration: none;}
	A:active	{color: #ffffff; background: transparent none; text-decoration: none;}
	A:hover		{color: #999999; background: transparent none; text-decoration: underline;}
	



