﻿    var helv = {
      src: 'sifr.swf'
	 ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]

    };

	
		    sIFR.replace(helv, {
      selector: '.head'
      ,css: [ 
        '.sIFR-root { font-size:15px; text-align: left; color:#ffffff; letter-spacing:-1; leading: -4; text-transform:uppercase; margin:0;}'
      ], wmode: 'transparent'
    });
	
    sIFR.useStyleCheck = true;
    sIFR.activate(helv);

	    sIFR.replace(helv, {
      selector: '.article h2, .article h3, .article h4, .article h5, .article form label'
      ,css: [
        '.sIFR-root { text-align: left; color:#ffffff; letter-spacing:-1; leading: -7; text-transform:uppercase;}'
        ,'.article a.active { color: #ff002f;  text-decoration:none;  }'
        ,'.article a:hover { color: #ff5070; }'
		], wmode: 'transparent'
    });

	    sIFR.replace(helv, {
      selector: '#nav li'
      ,css: [
        '.sIFR-root { text-align: right; font-size:15px; color:#ffffff; letter-spacing:-1; text-transform:uppercase;}'
        ,'#nav li a { color: #ffffff;  text-decoration:none; }'
        ,'#nav li .active { color: #ff002f; }'
        ,'#nav li a:link { color: #ffffff;}'
        ,'#nav li a:hover { color:#ff5070;}'
		], wmode: 'transparent'
    });
	

		    sIFR.replace(helv, {
      selector: '.txtbox'
      ,css: [
        '.sIFR-root { text-align: left; font-size:12px; color:#ffffff; letter-spacing:-1; leading: -4; }'
        ,'.txtbox h1 { font-size:20px;}'
        ,'.txtbox h2 { font-size:15px;}'
        ,'.txtbox a { padding:4px; text-decoration:none; }'
        ,'.txtbox a:link { color: #ffffff;}'
        ,'.txtbox a:hover { color: #ff002f;}'
      ], wmode: 'transparent'
    });
	

