var helvetica= {
 src: '/swf/helvetica_neue_lt_std_47.swf'
 ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 81, 1.16, 85, 1.15, 86, 1.16, 92, 1.15, 93, 1.16, 1.15]
 ,wmode: "transparent"
};
var formata= {
 src: '/swf/formate_bold.swf'
 ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 81, 1.16, 85, 1.15, 86, 1.16, 92, 1.15, 93, 1.16, 1.15]
 ,wmode: "transparent"
};


// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(helvetica);
sIFR.activate(formata);

sIFR.replace(formata, {
 selector: 'h1'
 ,css: [
   '.sIFR-root { font-size:30px;color: #3b4251;text-align: center; }'
 ]
});

sIFR.replace(formata, {
 selector: 'h2'
 ,css: [
   '.sIFR-root { font-size:16px;color: #a48837; }',
   'a { color: #a48837;text-decoration: none; }',
   'a:hover { color: #a48837;text-decoration: underline; }'
 ]
});

sIFR.replace(helvetica, {
 selector: 'h3'
 ,css: [
	'.sIFR-root { font-size:14px;color: #a48837; }'
     /*
   	'.sIFR-root { font-size:18px;color: #a7a8a9; }',
   'a { color: #a7a8a9;text-decoration: none; }',
   'a:hover { color: #414243;text-decoration: none; }'
   */
  ]
});

sIFR.replace(helvetica, {
 selector: 'h4'
 ,css: [
   '.sIFR-root { font-size:16px;color: #4b4b4b; }'
   //'a { color: #000;text-decoration: none;text-align:left; }',
   //'a:hover { color: #000;text-decoration: underline;text-align:left; }'
   ]

});

