var helveticaNeueBold = {
    src: '/wp-content/themes/miracle-oplossingsgerichtmanagement/swf/helvetica-neue-bold.swf'
}; 

sIFR.activate( helveticaNeueBold );

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main h1'
	,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
      ,'a { color: #220e69; text-decoration: none; }'
      ,'a:hover { color: #220e69; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main h2'
	,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
      ,'a { color: #220e69; text-decoration: none; }'
      ,'a:hover { color: #220e69; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main #comment-form h3'
	,css: [
      '.sIFR-root { color: #220e69; font-weight: bold; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main #column-form h3'
	,css: [
      '.sIFR-root { color: #220e69; font-weight: bold; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main #contact-form h3'
	,css: [
      '.sIFR-root { color: #220e69; font-weight: bold; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( helveticaNeueBold, {
	selector: '#page-content-main h3'
	,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
      ,'a { color: #220e69; text-decoration: none; }'
      ,'a:hover {color: #220e69; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

