//<![CDATA[
//sIFR.debug.ratios({ src: '/assets/font/myriadWeb.swf', selector: 'h2' });
var myriad = {
    src: 'assets/font/myriadWeb.swf'
    ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 81, 1.16, 85, 1.15, 86, 1.16, 92, 1.15, 93, 1.16, 1.15]
  };
  sIFR.activate(myriad);
  sIFR.replace(myriad, {
    selector: 'p.bannerText'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: normal; font-size:16px; color: #D11241;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #D11241;  cursor:pointer;}'
      ,'a:hover { color: #D11241;  cursor:pointer;}'

    ],
	filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#FFFFFF'
		,strength: 3
	  }
	}
  });
  
  sIFR.replace(myriad, {
    selector: 'p.bannerHeader'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: normal; font-size:10px; color: #454A55;}'

    ]
  });
   sIFR.replace(myriad, {
    selector: 'h1.newStyle'
	,wmode: 'transparent'
	,preventWrap: true
	,forceWidth: true
	,fitExactly: true
	,forceSingleLine: true
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:30px; color: #D11241;}'

    ]
  });
   
    sIFR.replace(myriad, {
    selector: 'h2.newStyle'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:19px; color: #002a5c;}'

    ]
  });
	
	 sIFR.replace(myriad, {
    selector: 'h3.newStyle'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:25px; color: #002a5c;}'

    ]
  });
 
   
   
 

//]]>