var district = {
  src:'js/district.swf'
};

sIFR.activate(district);

sIFR.replace(district, {
	selector: ".left h1",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #0057a0; background-color: transparant; font-weight:bold; }'
      ,'a { text-decoration: none; font-weight:bold;  }'
      ,'a:link { color: #0057a0; }'
      ,'a:hover { color: #0057a0; }'
    ]
})




sIFR.replace(district, {
	selector: "h22",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #2a2a2a; background-color: transparant; font-weight:bold; }'
      ,'a { text-decoration: none; font-weight:bold; }'
      ,'a:link { color: #2a2a2a; }'
      ,'a:hover { color: #2a2a2a; }'
    ]
})


sIFR.replace(district, {
	selector: "h3",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #0057a0; background-color: transparant; font-weight:bold; }'
      ,'a { text-decoration: none; font-weight:bold;  }'
      ,'a:link { color: #0057a0; }'
      ,'a:hover { color: #0057a0; }'
    ]
})

sIFR.replace(district, {
	selector: "h4",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #000000; background-color: transparant; }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
})


sIFR.replace(district, {
	selector: ".sifr",
	wmode: 'transparent',
    forceSingleLine: 'true',
	css: [
      '.sIFR-root { color: #003968; background-color: transparant;  }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #0057a0; }'
      ,'a:hover { color: #003968; }'
    ]
})


sIFR.replace(district, {
	selector: ".sifr2",
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: transparant;  }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
})





