	/* #################################################
			GENERIC   ICON
	################################################# */

	img.icon_s,
	img.icon_sml,
	img.icon_small,
	img.icon16,
	img.icon_16 {
		width:16px;
		height:16px;
		border:0px;
	}

	img.icon_m,
	img.icon_med,
	img.icon_medium,
	img.icon32,
	img.icon_32 {
		width:32px;
		height:32px;
		border:0px;
	}

	img.icon_l,
	img.icon_lge,
	img.icon_large,
	img.icon48,
	img.icon_48 {
		width:48px;
		height:48px;
		border:0px;
	}
