/* The purpose of this css is to be able to easily include the IE png fix on any page that needs it */
/* This CSS should only be included when there are PNG graphics on the page */
/* Add the following class to all PNG transparent images */

.iepngfix { behavior: url(HTML/iepngfix.htc); }
