var locator = {
	src: '/media/swf/locatorMedium.swf',
	ratios: [6,1.41,9,1.35,16,1.28,17,1.23,18,1.25,25,1.23,29,1.21,31,1.22,35,1.2,36,1.21,38,1.2,42,1.19,43,1.2,47,1.19,48,1.2,62,1.19,65,1.18,67,1.19,71,1.18,72,1.19,77,1.18,78,1.19,1.18]
};
sIFR.prefetch(locator);
sIFR.activate();
sIFR.replace(locator, {
	selector: 'h1',
	css: [
		'.sIFR-root { kerning: true; leading:-5; font-weight: normal; color: #003950; font-size: 22px;}',
		'a { text-decoration: none }',
		'a:link { color: #0093E1 }',
		'a:hover { color: #00A6FF } '
	],
	wmode: 'transparent'
});
sIFR.replace(locator, {
	selector: 'h2',
	css: [
		'.sIFR-root { kerning: true; font-weight: normal; color: #555555; font-size: 19px;}',
		'a { text-decoration: none }',
		'a:link { color: #0093E1 }',
		'a:hover { color: #00A6FF } '
	],
	wmode: 'transparent'
});
sIFR.replace(locator, {
	selector: 'h3',
	css: [
		'.sIFR-root { kerning: true; font-weight: normal; color: #333333; font-size: 17px;}',
		'a { text-decoration: none }',
		'a:link { color: #0093E1 }',
		'a:hover { color: #00A6FF } '
	],
	wmode: 'transparent'
});
