var heavy = {
	src: '/swf/helvetica_heavy.swf'
};

var light = {
	src: '/swf/helvetica_light.swf'
};
sIFR.activate(heavy, light);

sIFR.replace(light, {
	selector: '#glossary h3', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #09509e; font-size:19px; line-height:19px;}',
		'a { text-decoration:none; color:#f99d31;}',
		'a:hover { color:#f99d31; text-decoration:underline;}'
	]
});

sIFR.replace(light, {
	selector: '#nutrition h3', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #777777; font-size:19px; line-height:19px;}',
		'a { text-decoration:none; color:#f99d31;}',
		'a:hover { color:#f99d31; text-decoration:underline;}'
	]
});
sIFR.replace(light, {
	selector: '#supplement h3', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #777777; font-size:19px; line-height:19px;}',
		'a { text-decoration:none; color:#74bf44;}',
		'a:hover { color:#74bf44; text-decoration:underline;}',
	]
});

sIFR.replace(light, {
	selector: 'h3', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #777777; font-size:19px; line-height:19px;}',
		'a { text-decoration:none; color:#09509e;}',
		'a:hover { color:#09509e; text-decoration:underline;}',
	]
});


sIFR.replace(heavy, {
	selector: '#nutrition h2', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #f99d31; font-weight:normal; font-size:21px; line-height:21px;}'
	]
});

sIFR.replace(heavy, {
	selector: '#supplement h2', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #74bf44; font-weight:normal; font-size:21px; line-height:21px;}'
	]
});

sIFR.replace(heavy, {
	selector: 'h2', wmode: 'transparent',
	css: [
		'.sIFR-root { background-color: transparent; color: #09509e; font-weight:normal; font-size:21px; line-height:21px;}'
	]
});