var pillgothic = {
	src: '/swf/pillgothic.swf',
	ratios: [7,1.58,8,1.47,10,1.5,12,1.44,17,1.42,20,1.41,23,1.4,29,1.39,30,1.38,32,1.37,35,1.38,39,1.37,41,1.36,42,1.37,44,1.36,47,1.37,54,1.36,56,1.35,57,1.36,59,1.35,60,1.36,62,1.35,63,1.36,65,1.35,66,1.36,97,1.35,98,1.34,100,1.35,101,1.34,102,1.35,104,1.34,105,1.35,107,1.34,108,1.35,110,1.34,111,1.35,113,1.34,114,1.35,116,1.34,117,1.35,119,1.34,120,1.35,122,1.34,123,1.35,1.34]
};

//sIFR.prefetch(pillgothic);
sIFR.activate(pillgothic);

sIFR.replace(pillgothic, {
	selector: '.bodycopy h1',
	css: [
		'.sIFR-root { font-weight: bold; color: #000000; background-color: #ffffff; leading: -6 }',
		'a { color: #405c79; text-decoration: none; }',
		'a:hover { color: #941571; }',
		'.small { font-size: 60%; }'
	],
	useDomReady: true,
	tuneHeight: -12,
	offsetTop: -7,
	offsetLeft: -1
});

sIFR.replace(pillgothic, {
	selector: '.bodycopy h2',
	css: [
		'.sIFR-root { font-weight: bold; color: #1f5b8c; background-color: #ffffff; }'
	],
	useDomReady: true,
	tuneHeight: -15,
	offsetTop: -7,
	offsetLeft: -1
});
