﻿/* 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(Swis721Lt, Swis721Bd, Swis721Reg, TM_Ag_Round);

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: #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-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: #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-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-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(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(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(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: #002A54; 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-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(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-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(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: -8
  //,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: -8
  //,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; }'
   ]
});
