var tradegothiclight = { src: '/flash/TradeGothicLight.swf' };

sIFR.activate(tradegothiclight);


//-----------------------------------------------------
//      Home Page Headers 
//-----------------------------------------------------
sIFR.replace(tradegothiclight, {
    selector: ' h1.personal'
      , css: [
        '.sIFR-root { color:#B1AB70; font-size:17px; }'
        , '.span { text-decoration: none; color:#3e4851; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: ' h1.business'
      , css: [
        '.sIFR-root { color:#8560a8; font-size:17px; }'
        , '.span { text-decoration: none; color:#3e4851; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: 'h1.wealthmanagement'
      , css: [
        '.sIFR-root { color:#7697a4; font-size:17px; }'
        , '.span { text-decoration: none; color:#3e4851; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: 'h1.aboutus'
      , css: [
        '.sIFR-root { color:#00a950; font-size:17px; }'
        , '.span { text-decoration: none; color:#3e4851; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: ' h1.default'
      , css: [
        '.sIFR-root { color:#B1AB70; font-size:17px; }'
        , '.span { text-decoration: none; color:#3e4851; }'
      ]
});

//-----------------------------------------------------
//      Interior Page Headers
//-----------------------------------------------------
sIFR.replace(tradegothiclight, {
    selector: '#content-headline h1'
      , css: [
        '.sIFR-root { color:#00A950; font-size:45px; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: '#content-headline h2'
      , css: [
        '.sIFR-root { color:#616265; font-size:22px; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: '#content h1'
      , css: [
        '.sIFR-root { color:#00A950; font-size:17px; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: '.cTimeValue h2'
      , css: [
        '.sIFR-root { color:#00A950; font-size:17px; }'
      ]
});

sIFR.replace(tradegothiclight, {
    selector: '.cTimeValue h3'
      , css: [
        '.sIFR-root { color:#00A950; font-size:17px; }'
      ]
});

//-----------------------------------------------------
//      Right Column Headers
//-----------------------------------------------------
sIFR.replace(tradegothiclight, {
    selector: '.title h1'
      , css: [
        '.sIFR-root { color:#ffffff; font-size:17px; }'
      ]
});

//-----------------------------------------------------
//      Footer Lost Card Callout
//-----------------------------------------------------
sIFR.replace(tradegothiclight, {
selector: '#footer-lost-card-callout h1'
      , css: [
        '.sIFR-root { color:#00A950; font-size:13px; }'
      ]
});
