var franklingothic = {
  src: '/regions/vic/accessible/sifr/sifr/franklingothic.swf'
};

var vrindabold = {
  src: '/regions/vic/accessible/sifr/sifr/vrinda.swf'
};

sIFR.activate(franklingothic, vrindabold);


sIFR.replace(vrindabold, {
  selector: '#quicklinks h3',
	css: [
      '.sIFR-root { background-color: #094fa3; color: #ffffff; text-transform: uppercase; text-align: center; font-weight: bold;}'
	],
	wmode: 'transparent'
});


sIFR.replace(vrindabold, {
  selector: '#subsections h3',
	css: [
      '.sIFR-root { background-color: #094fa3; color: #ffffff; text-transform: uppercase; text-align: center; font-weight: bold; }'
	],
	wmode: 'transparent'
});

sIFR.replace(franklingothic, {
  selector: '.splashBlurb p',
	css: [
      '.sIFR-root { background-color: #63a12f; color: #ffffff; }'
	],
	tuneHeight: -5,
    wmode: 'transparent'
});


sIFR.replace(franklingothic, {
  selector: '.splashBlurb h4',
	css: [
      '.sIFR-root { background-color: #63a12f; color: #ffffff; font-weight: bold; }'
    ],
	tuneHeight: -5,
	wmode: 'transparent'
});


sIFR.replace(franklingothic, {
  selector: '#blurb',
	css: [
      '.sIFR-root { background-color: #ffffff; color: #094fa3; }',
      'p {}',
      'strong {font-weight: bold; color: #74b1df;}'
	],
	wmode: 'transparent'
});

