// activate sIFR
sIFR.activate(fonts);

// replace HTML text with Flash text, specify font sizes/colors
sIFR.replace(fonts, {
  selector: '#nameplate',
  css: [
    '.sIFR-root {  color:#544737; text-transform:uppercase; text-align:center; font-size:21px;}',    
    '.largeSerif { font-family: Trajan Pro; font-weight:bold; font-size:24px; leading: -12}',
    '.mediumSerif { font-family: Trajan Pro; font-weight:bold; font-size:18px; leading: -18}',
    '.mediumSans {font-family: Gill Sans Std; font-weight: normal; font-size: 14px; leading: -8}',
    '.smallSans {font-family: Gill Sans Std; font-weight: normal; font-size: 12px; leading: -6}',
    'a {color:#544737; cursor:pointer; text-decoration: none}',
    'a:hover {color: #A8A092}',  
        
   ],
  wmode: 'transparent'
});


