﻿/* Init sIFR Font Replacement
############################################## 
*/
/*---- sIFR Config: font definitaions ----*/
var Swis721Lt = { src: '/assets/flash/fonts/Swis721-Lt-BT.swf' };
var Swis721Bd = { src: '/assets/flash/fonts/Swis721-Md-BT.swf' };
var Swis721Reg = { src: '/assets/flash/fonts/Swis721-BT.swf' };
var TM_Ag_Round = { src: '/assets/flash/fonts/TM_AG_Book_Rd_Reg.swf' };
// sIFR.domains = ['tmobile.com','*.tmobile.com'] // Enable for production (to prevent XSS attacks)

sIFR.activate();

function initSIFR() {
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-T1'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-T2'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root { color: #012a54; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 30%; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f10'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  ,offsetTop: -8
   , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; font-size: 24px; color: #EA0A8D; background-color: transparent;}'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 1em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f24c'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  ,offsetTop: -8
   , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; font-size: 24px; color: #9C0058; background-color: transparent;}'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 1em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f10a'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  , offsetTop: -8
   , tuneHeight: -5
    //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; font-size: 26px; color: #FFFFFF; background-color: transparent;}'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 1em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f10b'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
    //,tuneHeight: -2
    //,thickness: -150
 , css: [
      '.sIFR-root {font-size: 12px; color: #ffffff; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f12a'
  , wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 16px; color: #00467f; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f20b'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
    //,tuneHeight: -2
    //,thickness: -150
 , css: [
      '.sIFR-root {font-size:20px; color:  #181818; background-color: transparent; }'
      
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f28'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
    //,tuneHeight: -2
    //,thickness: -150
 , css: [
      '.sIFR-root {font-size:28px; color:  #ffffff; background-color: transparent; }'
      
   ]
});
sIFR.replace(Swis721Bd, {
  selector: '.sifr-f11'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 12px; color: #ffffff; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Bd, {
    selector: '.sifr-c58'
  , wmode: 'transparent'
  , forceTextTransform: true
  , fitExactly: true
  , preventWrap: true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 50
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: 3
    //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 28px; color: #2c2c2c; background-color: transparent; }'
    // , 'a {  text-decoration: none; }'
    //, 'a:link { color: #FFFFFF; }'
    //, 'a:hover { color: #008da8; }'
    // , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f12'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 18px; color: #00467f; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #00467f; }'
      , 'a:hover { color: #979797; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f13'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -12
  //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; margin: 0; padding: 0; font-size: 23px; color: #002a54; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f17'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 14px; color: #002a54; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #008da8; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Bd, {
  selector: '.sifr-f18'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 16px; color: #002a54; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
    selector: '.sifr-f18a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {font-size: 16px; color: #00467f; background-color: transparent;}'
   ]
});
sIFR.replace(Swis721Bd, {
  selector: '.sifr-f18b'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 16px; color: #ffffff; background-color: transparent; }'
      , 'a { text-decoration: none;cursor:pointer; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #ffffff; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});




sIFR.replace(Swis721Bd, {
  selector: '.sifr-f18a2'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 18px; color: #9C0058; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});





sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f24c2'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  ,offsetTop: -8
   , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; font-size: 24px; color: #00467F; background-color: transparent;}'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 1em; }'
   ]
});



sIFR.replace(Swis721Lt, {
    selector: '.sifr-f12a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {font-size: 12px; color:  #181818; background-color: transparent;}'
   ]
});
sIFR.replace(Swis721Reg, {
    selector: '.sifr-f23'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
 // , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 22px; color: #01467F; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #002a54; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
selector: '.sifr-f23planit'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 22px; color: #002A54; background-color: transparent; margin-bottom: 0; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #002a54; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
selector: '.sifr-f6'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 18px; color: #00467f; background-color: transparent; margin-bottom: 0; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #002a54; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
    selector: '.sifr-f23skinit'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 22px; color: #002A54; background-color: transparent; margin-bottom: 0; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #002a54; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
    selector: '.sifr-f23a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 20px; color: #002A54; background-color: transparent; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
    selector: '.sifr-f23b'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 23px; color: #002A54; background-color: transparent; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Reg, {
  selector: '.sifr-f24'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //,tuneWidth: 20
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 15px; font-weight:bold; color: #002A54; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #979797; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
  selector: '.sifr-f26'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 14px; color: #2c2c2c; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
    selector: '.sifr-f40'
	, wmode: 'transparent'
	, forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
	, useStyleCheck: true
	, repaintOnResize: true
	, enforcedGridFitType: 'pixel'
	, tuneWidth: 30
	, antiAliasType: 'advanced'
    //,offsetTop: 4
    //,tuneHeight: -2
    //,thickness: -150
	, css: [
			'.sIFR-root {margin: 0; padding: 0; font-size:31px; color: #00467f; background-color: transparent; }'
			, 'a {  text-decoration: none; }'
			, 'a:link { color: #000; }'
			, 'a:hover { color: #008da8; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
	 ]
});

sIFR.replace(Swis721Lt, {
  selector: '.sifr-f40a'
	, wmode: 'transparent'
	, forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
	, useStyleCheck: true
	, repaintOnResize: true
	, enforcedGridFitType: 'pixel'
	, tuneWidth: 30
	, antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
	, css: [
			'.sIFR-root {margin: 0; padding: 0; font-size: 36px; color: #00467f; background-color: transparent; }'
			, 'a {  text-decoration: none; }'
			, 'a:link { color: #000; }'
			, 'a:hover { color: #008da8; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
	 ]
});

sIFR.replace(Swis721Lt, {
  selector: '.sifr-f44'
	, wmode: 'transparent'
	, forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
	, useStyleCheck: true
	, repaintOnResize: true
	, enforcedGridFitType: 'pixel'
	, tuneWidth: 30
	, antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
	, css: [
			'.sIFR-root {margin: 0; padding: 0; font-size: 18px; color: #ffffff; background-color: transparent; }'
			, 'a {  text-decoration: none; }'
			, 'a:link { color: #ffffff; }'
			, 'a:hover { color: #008da8; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
	 ]
});
sIFR.replace(Swis721Lt, {
  selector: '.sifr-f44a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //, tuneWidth: 30
  ,tuneHeight: -6
  , antiAliasType: 'advanced'
	, css: [
			'.sIFR-root {font-size: 18px; color: #002A54; background-color: transparent;}'
			
	 ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f41a'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
   , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 20px; color: #00467F; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f41b'
  , wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
  ,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 70
  , antiAliasType: 'advanced'
  //,offsetTop: 4
   , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 20px; color: #00467F; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47a'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight: -5
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 26px; color: #EC008C; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47b'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight: -5
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 22px; color: #9c0058; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47c'
  , wmode: 'transparent'
  , forceTextTransform: true
   // ,fitExactly:true
   //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight:7
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 22px; color: #00467f; background-color: transparent; }'       
   ]
});
sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47c1'
  , wmode: 'transparent'
  , forceTextTransform: true
   // ,fitExactly:true
   //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight:-5
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 22px; color: #00467f; background-color: transparent; }'       
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47d'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight: -5
    ,thickness: 150
  , css: [
      '.sIFR-root {font-size: 22px; color: #9c0058; background-color: transparent; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47f'
  , wmode: 'transparent'
  , forceTextTransform: true
   // ,fitExactly:true
   //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight:-5
    ,thickness: 150
  , css: [
      '.sIFR-root {font-size: 22px; color: #00467f;  background-color: transparent; }'       
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f47e'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
   , tuneHeight: -5
    ,thickness: 150
  , css: [
      '.sIFR-root {font-size: 17px; color: #008da8; background-color: transparent; }'
   ]
});

sIFR.replace(Swis721Bd, {
  selector: '.sifr-f50'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //,tuneWidth: 20
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 13px; color: #ffffff; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #979797; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Bd, {
    selector: '.sifr-f50a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
    //,tuneWidth: 20
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -2
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 13px; color: #ffffff; background-color: transparent;}'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #ffffff; }'
      , 'a:hover { color: #979797; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f51'
  , wmode: 'transparent'
  , forceTextTransform: true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , tuneHeight: -9
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {font-size: 14px; color: #d2eb56; background-color: transparent;}'
   ]
});


sIFR.replace(Swis721Lt, {
    selector: '.sifr-f52'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: 0
    //,thickness: -150
  , css: [
      '.sIFR-root {leading:-12; line-height: 9px; font-size: 21px; color: #ffffff; background-color: transparent; }'
      , '.supsm { font-size:15%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Lt, {
    selector: '.sifr-f52a'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: 0
    //,thickness: -150
  , css: [
      '.sIFR-root {leading:-12; line-height: 9px; font-size: 19px; color: #ffffff; background-color: transparent; }'
      , '.supsm { font-size:15%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Bd, {
    selector: '.sifr-f53'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -2
    //,thickness: -150
  , css: [
      '.sIFR-root {leading:-3; font-size: 14px; color: #ffffff; background-color: transparent; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Bd, {
    selector: '.sifr-f53a'
	, wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
   ,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -2
    //,thickness: -150
  , css: [
      '.sIFR-root {leading:-3; font-size: 14px; color: #ffffff; background-color: transparent; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Bd, {
    selector: '.sifr-f30'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 80
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: 3
    //,thickness: -150
  , css: [
      '.sIFR-root { font-size: 30px; color:#6A6A6A; background-color: transparent; }'
      , '.supsm { font-size:12%;  }'
   ]
});


sIFR.replace(Swis721Reg, {
    selector: '.sifr-f86'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: 5
    //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 18px; color:#6A6A6A; background-color: transparent; }'
      //, 'a { text-decoration: none; }'
      //, 'a:link { color: #002a54; }'
      //, 'a:hover { color: #008da8; }'
      //, '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
    selector: '.sifr-f18n'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //, tuneWidth: 30
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {font-size: 18px; color: #002A54; background-color: transparent;}'
   ]
});

sIFR.replace(Swis721Reg, {
  selector: '.sifr-f24a'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //,tuneWidth: 20
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 15px; font-weight:bold; color: #002A54; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #002A54; }'
      , 'a:hover { color: #002A54; text-decoration:underline; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f13n'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  //,offsetTop: -8
   //, tuneHeight: -5
  //,thickness: -150
  , css: [
      '.sIFR-root { letter-spacing: -1; font-size: 24px; color: #002A54; background-color: transparent;}'
     // , 'a {  text-decoration: none; }'
     // , 'a:link { color: #FFFFFF; }'
     // , 'a:hover { color: #008da8; }'
      //, '.supsm { font-size:55%; line-height: 1em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f13b'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 1
  , antiAliasType: 'advanced'
  //,offsetTop: -8
   , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root { letter-spacing: -1; font-size: 23px; color: #002A54; background-color: transparent;}'
     // , 'a {  text-decoration: none; }'
     // , 'a:link { color: #FFFFFF; }'
     // , 'a:hover { color: #008da8; }'
      //, '.supsm { font-size:55%; line-height: 1em; }'
   ]
});

sIFR.replace(Swis721Lt, {
    selector: '.sifr-f31b'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //, tuneWidth: 30
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {font-size: 18px; color: #000000; background-color: transparent;}'
   ]
});

sIFR.replace(Swis721Reg, {
  selector: '.sifr-f24n'
	, wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //,tuneWidth: 20
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -3
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 15px; font-weight:bold; color: #008CA8; background-color: transparent; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #008CA8; }'
      , 'a:hover { color: #008CA8; text-decoration:underline; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
  selector: '.sifr-f26n'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 26px; color: #00467F; background-color: transparent; }'
     // , 'a {  text-decoration: none; }'
      //, 'a:link { color: #FFFFFF; }'
      //, 'a:hover { color: #008da8; }'
     // , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Bd, {
  selector: '.sifr-f71'
  , wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
  ,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 150
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  ,tuneHeight: 3
  //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 23px; color: #00467F; background-color: transparent; }'
     // , 'a {  text-decoration: none; }'
      //, 'a:link { color: #FFFFFF; }'
      //, 'a:hover { color: #008da8; }'
     // , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Lt, {
  selector: '.sifr-f16n'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 16px; color: #000000; background-color: transparent; }'
     // , 'a {  text-decoration: none; }'
      //, 'a:link { color: #FFFFFF; }'
      //, 'a:hover { color: #008da8; }'
     // , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Lt, {
  selector: '.sifr-f22n'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
  , css: [
      '.sIFR-root {margin: 0; padding: 0; font-size: 22px; color: #00467F; background-color: transparent; }'
     // , 'a {  text-decoration: none; }'
      //, 'a:link { color: #FFFFFF; }'
      //, 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(Swis721Lt, {
  selector: '.sifr-f16w'
	, wmode: 'transparent'
	, forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
	, useStyleCheck: true
	, repaintOnResize: true
	, enforcedGridFitType: 'pixel'
	, tuneWidth: 30
	, antiAliasType: 'advanced'
  //,offsetTop: 4
  //,tuneHeight: -2
  //,thickness: -150
	, css: [
			'.sIFR-root {margin: 0; padding: 0; font-size: 16px; color: #ffffff; background-color: transparent; }'
			//, 'a {  text-decoration: none; }'
			//, 'a:link { color: #ffffff; }'
			//, 'a:hover { color: #008da8; }'
			//, '.supsm { font-size:55%; line-height: 3em; }'
	 ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f13cns'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root {leading:-9; letter-spacing: -1; margin: 0; padding: 0; font-size: 23px; color: #002a54; background-color: transparent; }'
      , 'a {  text-decoration: none; }'
      , 'a:link { color: #FFFFFF; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f004'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#00467f; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f004a'
  , wmode: 'transparent'
  , forceTextTransform: true
 ,fitExactly:true
  ,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#00467f; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-ffffal'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //, tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -8
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-ffff'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  //, tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -8
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; text-align:center; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f9c0'
  , wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#9c0058; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f5EIP'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -8
    //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#9c0058; font-weight: bold; }'  
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
    selector: '.sifr-f5EIPb'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -8
    //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#004682; font-weight: bold;}'   
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f9c06'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#9c0058; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});



sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f000'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#000000; }'
     // , 'a { text-decoration: none; }'
     // , 'a:link { color: #00467F; }'
     // , 'a:hover { color: #008da8; }'
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(Swis721Bd, {
    selector: '.sifr-f57a003c'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {background-color: transparent; color:#7a003c;}'   
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(Swis721Lt, {
    selector: '.sifr-flt7a003c'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {background-color: transparent; color:#7a003c;}'   
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(Swis721Bd, {
    selector: '.sifr-fltmd002b54'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {background-color: transparent; color:#002b54;}'   
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(Swis721Lt, {
    selector: '.sifr-flt002b54'
  , wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:true
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
  , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {background-color: transparent; color:#002b54;}'   
     , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});
}

sIFR.replace(Swis721Reg, {
    selector: '.sifr-freg9c0058'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
    //,offsetTop: 4
    , tuneHeight: -6
    //,thickness: -150
  , css: [
      '.sIFR-root {color: #9c0058; background-color: transparent; }'
      //, 'a { text-decoration: none; }'
      //, 'a:link { color: #002a54; }'
      //, 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});


sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-T2c2c2c'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent; color:#2c2c2c; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});

sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-T2c2c2c-1'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -6
  //,thickness: -150
  , css: [
      '.sIFR-root { background-color: transparent;font-size: 17px; color:#2c2c2c; }'
      , 'a { text-decoration: none; }'
      , 'a:link { color: #00467F; }'
      , 'a:hover { color: #008da8; }'
      , '.supsm { font-size:55%; line-height: 3em; }'
   ]
});




sIFR.replace(Swis721Lt, {
    selector: '.sifr-S00467f'
	, wmode: 'transparent'
  , forceTextTransform: true
    //,fitExactly:tr
    //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , tuneHeight: -6
  , antiAliasType: 'advanced'
  , css: [
      '.sIFR-root {color: #00467f; background-color: transparent;}'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f33'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
 //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 33px; color: #e20074; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f33a'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 33px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f19'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 19px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f26'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 26px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f14'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 14px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f20'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 20px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f20'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 20px; color: #002b54; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f46'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 46px; color: #e20074; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f13'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 13px; color: #e20074; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f21'
  , wmode: 'transparent'
  , forceTextTransform: true
  ,fitExactly:true
  ,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 21px; color: #9c0058; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f24d'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:true
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {font-size: 24px; color: #00467f; background-color: transparent; }'
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f18a'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 18px; color: #00467f; background-color: transparent; }'
     
   ]
});
sIFR.replace(TM_Ag_Round, {
  selector: '.sifr-f18b'
  , wmode: 'transparent'
  , forceTextTransform: true
  //,fitExactly:tr
  //,preventWrap:true
  , useStyleCheck: true
  , repaintOnResize: true
  , enforcedGridFitType: 'pixel'
  , tuneWidth: 30
  , antiAliasType: 'advanced'
  //,offsetTop: 4
  , tuneHeight: -7
  //,thickness: -150
  , css: [
      '.sIFR-root {letter-spacing: -1; font-size: 18px; color: #9C0058; background-color: transparent; }'
     
   ]
});

sIFR.replace(Swis721Reg, {
		selector: '.sifr-Swrg002a54'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#002a54; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});

	sIFR.replace(Swis721Lt, {
		selector: '.sifr-Swltec008c'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#ec008c; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});
	
	
	sIFR.replace(Swis721Lt, {
		selector: '.sifr-Swlteb1f95'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#eb1f95; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});
	
	
sIFR.replace(Swis721Lt, {
		selector: '.sifr-Swlt002b54'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#002b54; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});

sIFR.replace(TM_Ag_Round, {
		selector: '.sifr-Tmrd6a6a6a'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#6a6a6a; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});


	sIFR.replace(TM_Ag_Round, {
		selector: '.sifr-Tmrdec008c'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#ec008c;  }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});

	sIFR.replace(Swis721Reg, {
		selector: '.sifr-Swrg6a6a6a'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#6a6a6a; }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});

	sIFR.replace(Swis721Lt, {
		selector: '.sifr-Swlt6a6a6a'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#6a6a6a;  }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
			, '.c79 { color: #ec008c; font-style: bold }'
		 ]
	});

	sIFR.replace(Swis721Bd, {
		selector: '.sifr-Swbd00467f'
		, wmode: 'transparent'
		, forceTextTransform: true
		//,fitExactly:true
		//,preventWrap:true
		, useStyleCheck: true
		, repaintOnResize: true
		, enforcedGridFitType: 'pixel'
		, tuneWidth: 30
		, antiAliasType: 'advanced'
		//,offsetTop: 4
		, tuneHeight: -2
		//, thickness: -150
		, css: [
			'.sIFR-root { background-color: transparent; color:#00467f;  }'
			, 'a { text-decoration: none; }'
			, 'a:link { color: #00467f; }'
			, 'a:hover { color: #00467f; }'
			, '.supsm { font-size:55%; line-height: 3em; }'
		 ]
	});


$(document).ready(function() {
  initSIFR();
});