useDomContentLoaded = true;

var nimbus = {
		src: '/flash_fonts/nimbus.swf'
};

var nimbus_bg = {
		src: '/flash_fonts/nimbus_bg.swf'
};

sIFR.activate(nimbus, nimbus_bg);
  
  sIFR.replace(nimbus, {
    selector: 'h1.body_right_title_text'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; margin-left: 6px; color: #639FB9; font-size: 28; }']
  });
  
   sIFR.replace(nimbus, {
    selector: 'h1.brown_leftpocket_title_text'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; background-color: #7F3613; font-size: 24; }']
  });

sIFR.replace(nimbus, {
    selector: 'h1.green_leftpocket_title_text'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; background-color: #81A88D; font-size: 24; }']
  });
   
   sIFR.replace(nimbus, {
    selector: 'h1.blue_leftpocket_title_text'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; background-color: #3AA9A2; font-size: 24; }']
  });
   
   sIFR.replace(nimbus, {
    selector: 'h1.brown_leftpocket_button'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; margin-left: 2px; color: #942A0F; background-color: #FFFFFF;  font-size: 18; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #942A0F; }'
      ,'a:hover { color: #285D2E; }'
    ]
  });
   
    sIFR.replace(nimbus, {
    selector: 'h1.blue_leftpocket_button'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; margin-left: 2px; color: #42958F; background-color: #FFFFFF;  font-size: 18; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #42958F; }'
      ,'a:hover { color: #285D2E; }'
    ]
  });
  
    sIFR.replace(nimbus, {
    selector: 'h1.green_leftpocket_button'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; margin-left: 2px; color: #84B295; background-color: #FFFFFF;  font-size: 18; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #84B295; }'
      ,'a:hover { color: #285D2E; }'
    ]
  });
	
	 sIFR.replace(nimbus, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; margin-left: 2px; color: #FFFFFF; background-color: #AFBFD8; font-size: 24; }']
  });
	 
	  sIFR.replace(nimbus, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; margin-left: 2px; color: #FFFFFF; background-color: #AFBFD8; font-size: 24; }']
  });
	  
	  sIFR.replace(nimbus, {
    selector: 'h1.title'
    ,css: [
      '.sIFR-root  { text-align: left; font-weight: bold; margin-left: 2px; color: #FFFFFF; background-color: #AFBFD8; font-size: 24; }']
  });
	  
	   sIFR.replace(nimbus, {
    selector: '.componentheading'
    ,css: [
      '.sIFR-root  { text-align: left; font-weight: bold; margin-left: 2px; color: #FFFFFF; background-color: #AFBFD8; font-size: 24; }']
  });
	
sIFR.replace(nimbus, {
    selector: 'h1.body_button'
	,fitExactly: true
	,tuneHeight: -5
	,offsetTop: 1
	,css: [
      '.sIFR-root { text-align: center; font-weight: bold; margin: 0px; color: #FFFFFF; background-color: #AFBFD8;  font-size: 16;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #285D2E; }'
    ]
  });	