var myriad = {
 src: 'flash/myriad.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(myriad);

sIFR.replace(myriad, {
selector: '.headtxt1'
	,css: [
	  '.sIFR-root { font-size:12px; color: #606060;font-style: italic;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(myriad, {
selector: '.inq_title h2'
	,css: [
	  '.sIFR-root { font-size:24px; color: #FFFFFF;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(myriad, {
selector: 'h1'
	,css: [
	  '.sIFR-root { font-size:36px; color: #098acc;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(myriad, {
selector: 'h2'
	,css: [
	  '.sIFR-root { font-size:26px; color: #098acc;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -6, 
    wmode: 'transparent'
});
sIFR.replace(myriad, {
selector: 'h3'
	,css: [
	  '.sIFR-root { font-size:18px; color: #098acc;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight: -4, 
    wmode: 'transparent'
});



