var vag = {
  src: '/wp-content/themes/fms/flash/myriad.swf'
};

sIFR.activate(vag);

sIFR.replace(vag, {
  selector: '#bd ul.navigation > li > a',
  css: [
    '.sIFR-root { color:#005138; }',
    'a { color: #005138; text-decoration: none; }',
    'a:link { color: #005138; text-decoration: none; }',
    'a:hover { color: #005138; text-decoration: underline; }'    
  ]
});  

sIFR.replace(vag, {
  selector: 'h1, h2'
  ,css: [
    '.sIFR-root { color:#005138; }',
    'a { color: #005138; text-decoration: none; }',
    'a:link { color: #005138; text-decoration: none; }',
    'a:hover { color: #005138; text-decoration: underline; }'    
  ]
});

sIFR.replace(vag, {
  selector: '#profile-page h3'
  ,css: [
    '.sIFR-root { color:#005138; font-size: 14px}',
  ]
});