/*
# PNG Fix
# IE does not display PNG transparencies correctly, so the following
# styles attaches an HTC behaviour to all IMG elements with the "EXNT_PNG_FIX" class to solve this.
# All images must have their WIDTH and HEIGHT attributes set in order for this to work.
# NOTE: PNG files will not be printed when this fix is in place.
*/
img.EXNT_PNG_FIX {
	behavior: url("/core/tplElements/JavaScript/pngfix.htc");
}