var sifrStyle = {
  src: 'sifr.swf'
};

//sIFR.useDomContentLoaded = false;
sIFR.activate(sifrStyle);
sIFR.replace(sifrStyle, {
	selector: 'h1',
	css: ['.sIFR-root { color: #636262; font-size:26px; }'],
	wmode: 'transparent'
});

/*
sIFR.replace(myriadProH1, {
	selector: 'h5',
	css: ['.sIFR-root { color: #8c8c8c; font-size:12px; text-align:right; font-weight:bold; }',
		'a { color: #8c8c8c; text-decoration:none; font-size:12px; font-weight:bold; }',
		'a:link { color: #8c8c8c; text-decoration:none; font-size:12px; font-weight:bold; }',
		'a:hover { color: #8c8c8c; text-decoration:none; font-size:12px; font-weight:bold; }'
	   ],
	wmode: 'transparent'
});

sIFR.replace(myriadProH1, {
	selector: 'h6',
	css: ['.sIFR-root { color: #ee3b33; font-size:12px; text-align:right; font-weight:bold; }',
		'a { color: #ee3b33; text-decoration:none; font-size:12px; font-weight:bold; }',
		'a:link { color: #ee3b33; text-decoration:none; font-size:12px; font-weight:bold; }',
		'a:hover { color: #ee3b33; text-decoration:none; font-size:12px; font-weight:bold; }'
	   ],
	wmode: 'transparent'
});
*/


/*
var helvetica_light = {
  src: 'helvetica_light.swf'
};

sIFR.activate(helvetica_light);

sIFR.forceWidth = true;
sIFR.fitExactly = true;

sIFR.replace(helvetica_light, {
	//preventWrap: true,
	selector: 'span.sNav',
	css: ['.sIFR-root { color: #777777}',
		'a { color: #777777; text-decoration:none; background-color:#FFFFFF; }',
		'a:link { color: #777777; text-decoration:none; background-color:#FFFFFF; }',
		'a:hover { color: #777777; text-decoration:none; background-color:#FFFFFF; }'
	   ]
});
*/