  var typ1451_bold = {
    src: 'typ1451_bold.swf'
  };
  
  sIFR.useStyleCheck = true;

  sIFR.activate(typ1451_bold);

  sIFR.replace(typ1451_bold, {
    selector: 'h1'
   ,wmode: 'transparent'
    ,nPaddingTop:0
    ,nPaddingBottom:0
    ,css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#1e2b34', 'font-size': '27px', 'text-transform': 'uppercase','padding':'0px','margin':'0px','line-height':'0px'} 
   }
  });
  sIFR.replace(typ1451_bold, {
    selector: 'h2'
   ,wmode: 'transparent'
    ,css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#df3288', 'font-size': '27px', 'text-transform': 'uppercase','padding':'0px','margin':'0px','line-height':'0px'} 
   }
  });
  sIFR.replace(typ1451_bold, {
    selector: 'h3.smaller'
   ,wmode: 'transparent'
    ,css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#df3288', 'font-size': '20px', 'text-transform': 'uppercase','padding':'0px','margin':'0px','line-height':'0px'} 
   }
  });  
  
	//#PageContent h1 { color:#000; font-size:2.5em; text-transform:uppercase; line-height:85%; letter-spacing:-1px;}  
	//#PageContent h2 { color:#CC0033; font-size:2.5em; text-transform:uppercase; line-height:.8em; letter-spacing:-1px;}
	//#PageContent h3 { text-decoration:none; color:#000; font-size:.9em; margin-bottom:-5px; text-transform:uppercase;}
	//#PageContent h4 { text-decoration:none; color:#999; font-size:1.3em; margin-top:25px; line-height:1.1em; text-transform:uppercase;}
	//#PageContent h5 { text-decoration:none; color:#CC0033; font-size:1em; text-transform:uppercase;}
	//#PageContent h6 { text-decoration:none; color:#CC0033; margin-top:5px; font-size:1em; text-transform:capitalize;}
