var highway = { src: '/flash/sifr_highwayGothic.swf' };
var ebrima = { src: '/flash/sifr_ebrima.swf' };

sIFR.activate(highway,ebrima);

sIFR.replace(highway, {
  selector: 'h1',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #555555; font-size:24px; }'
  						,'a { text-decoration: none; color: #555555;}'
     					,'a:link { color: #555555; }'
     					,'a:hover { color: #0098d1; }'
	
  		], wmode: 'transparent'
});

sIFR.replace(highway, {
  selector: 'h2',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #555555; font-size:16px; }'
  						,'a { text-decoration: none; color: #649b35;}'
     					,'a:link { color: #649b35; }'
     					,'a:hover { color: #686868; }'
  		], wmode: 'transparent'
});

sIFR.replace(highway, {
  selector: 'h3',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #555555; font-size:16px; }'
  						,'a { text-decoration: none; color: #0098d1;}'
     					,'a:link { color: #0098d1; }'
     					,'a:hover { color: #555555; }'
  		], wmode: 'transparent'
});

sIFR.replace(highway, {
  selector: 'h4',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #555555; font-size:30px; }'
  						,'a { text-decoration: none; color: #0098d1;}'
     					,'a:link { color: #0098d1; }'
     					,'a:hover { color: #555555; }'
  		], wmode: 'transparent'
});

sIFR.replace(highway, {
  selector: 'h5',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #555555; font-size:14px; }'
  						,'a { text-decoration: none; color: #649b35;}'
     					,'a:link { color: #649b35; }'
     					,'a:hover { color: #686868; }'
  		], wmode: 'transparent'
});

sIFR.replace(highway, {
  selector: 'h6',
  fitExactly: true,
  css: ['.sIFR-root {text-transform:capitalize; color: #b0bdc7; font-size:18px; }'
  						,'a { text-decoration: none; color: #649b35;}'
     					,'a:link { color: #649b35; }'
     					,'a:hover { color: #686868; }'
  		], wmode: 'transparent'
});




