//<![CDATA[
if (document.all && document.styleSheets && document.styleSheets[0] &&
	document.styleSheets[0].addRule)
{
	document.styleSheets[0].addRule('img', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('body#pghome h2', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('body#pgwhat h2', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('body#pghow h2', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('body#pgwho h2', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('body#pgcontact h2', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('#header h1', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('div#colmRight', 'behavior: url(includes/iepngfix.htc);');
	document.styleSheets[0].addRule('ul#navigation li a', 'behavior: url(includes/iepngfix.htc);');
}
//]]>
