
var Trajan = {
src: '/flash/sifr.swf'
,ratios: [10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 36, 1.28, 40, 1.29, 56, 1.28, 97, 1.27, 98, 1.26, 101, 1.27, 102, 1.26, 104, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
,wmode: 'transparent'
};

sIFR.useStyleCheck = true;
sIFR.activate(Trajan);

sIFR.replace(Trajan, {
selector: 'h1'
,css: [
  '.sIFR-root { color: #353129; leading:-8; background-color:#E0E6CA; font-weight:normal; }'
  ,'strong { color: #B38708;font-weight:bold; }'
]
});

sIFR.replace(Trajan, {
selector: 'h2'
,css: [
  '.sIFR-root { color: #353129; leading:-8; background-color:#E0E6CA; font-weight:bold; }'
]
});

sIFR.replace(Trajan, {
selector: 'h3'
,css: [
  '.sIFR-root { color: #353129; leading:-3; background-color:#B38708; font-weight:bold; font-size:29px; }'
]
});