var grey = {
      src: 'grey.swf'
      ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 100, 1.14, 101, 1.13, 103, 1.14, 104, 1.13, 108, 1.14, 112, 1.13, 114, 1.14, 1.13] 
    };

    // sIFR.useStyleCheck = true;
    sIFR.activate(grey);

    sIFR.replace(grey, {
      selector: 'h1'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; font-size: 24px; }'
      ]
   });
	//sIFR.debug.ratios({ src: 'grey.swf', selector: 'h1' });
	
	sIFR.replace(grey, {
      selector: '.logoTit'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; margin: 0; padding: 0; font-size: 28px;}'
      ]
    });
	
	sIFR.replace(grey, {
      selector: 'h2'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; color: #a6a6a6;  font-size: 16px; }'
      ]
    });

	sIFR.replace(grey, {
      selector: 'h3,.h3tit,h3 a'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #25ade4; font-size: 16px; text-decoration: none; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #25ade4; }'
		,'a:visited { color: #25ade4; }'
        ,'a:hover { color: #25ade4; text-decoration: underline; }'
		,'a:active { color: #25ade4; }'
      ]
    });
	
	sIFR.replace(grey, {
      selector: 'ul#menu li'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff;  font-size: 14px; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
		,'a:visited { color: #ffffff; }'
        ,'a:hover { color: #9ffd00; text-decoration: underline; }'
		,'a:active { color: #ffffff; }'
		,'.active { color: #9ffd00; }'
      ]
    });
	