/*	THIS CSS IS ONLY EFFECTIVE FOR IE AND ONLY PRIOR TO VERSION 7 (see CSS conditional link in nav.asp header ) 
	IE browsers prior to version 7 do not support PNG alpha transparency effect
	which is used on this site to "drop shadow" around the page border.
	The following overrides background .png images with similar .gif images that do not have "shaddow" effect.
*/
#A1	{BACKGROUND-IMAGE: url("/common/img/assets/A1.gif")}
#B1	{} /* doesn't use image*/
#C1	{BACKGROUND-IMAGE: url("/common/img/assets/C1.gif")}
#A2	{BACKGROUND-IMAGE: url("/common/img/assets/A2.gif")}
#B2	{} /* doesn't use image*/
#C2	{BACKGROUND-IMAGE: url("/common/img/assets/C2.gif")}
#A3	{BACKGROUND-IMAGE: url("/common/img/assets/A3.gif")}
#B3	{BACKGROUND-IMAGE: url("/common/img/assets/B3.gif")}
#C3	{BACKGROUND-IMAGE: url("/common/img/assets/C3.gif")}
