
var agaramond = { src: '/js/agaramond.swf'};

sIFR.activate(agaramond);


sIFR.replace(agaramond, {
  selector: 'body.en h2.sifr'
  ,css: [
		 '.sIFR-root { font-weight: normal; font-size: 21px; color: #496777; padding: 0;}'
]
  ,tuneHeight: [-6]
  ,wmode: ['transparent']
});



/*sIFR.replace(agaramond, {
  selector: 'body.en h2.sifr'
  ,css: [
		 '.sIFR-root { text-transform: uppercase; font-weight: bold; font-size: 16px; color: #496777; padding: 0; margin: 0;}'
]
  ,tuneHeight: [-3]
  ,wmode: ['transparent']
});*/




sIFR.replace(agaramond, {
  selector: 'body.en #homeDivs h3.sifr'
  ,css: [
		 '.sIFR-root { text-transform: uppercase; font-weight: bold; font-size: 13px; line-height: 11px; color: #496777; padding: 0;}'
]
  ,tuneHeight: [-2]
  ,wmode: ['transparent']
});


/*sIFR.replace(agaramond, {
  selector: '#tabs h3.sifr'
  ,css: [
		 '.sIFR-root { cursor: pointer; text-transform: none; font-weight: bold; font-size: 18px; line-height: 14px; color: #496777; padding: 0;}'
		 ,'a { text-decoration: none; color: #496777;}'
		 ,'a:hover { text-decoration: none; color: #496777;}'
]
  ,tuneHeight: [-4]
  ,wmode: ['transparent']
});
*/


sIFR.replace(agaramond, {
  selector: 'body.en h4.sifr'
  ,css: [
		 '.sIFR-root { leading: -4; font-weight: bold; font-size: 18px; line-height: 10px; color: #496777; padding: 0;}'
]
  ,tuneHeight: [-4]
  ,wmode: ['transparent']
});


