var font = {
	src: '/template/flash/myriadpro.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(font);

// h6 selector
sIFR.replace(font, {
selector: '#pagetitle h6',
wmode: 'transparent',
css: [
'.sIFR-root { color: #790018; text-transform: normal; font-style: italic;}'
,'a { color: #790018;text-decoration: none; }'
,'a:visited { color: #790018;text-decoration: none; }'
,'a:hover { color: #790018;text-decoration: none; }'
,'a .activeMenu { color: #790018; }'
]
});