//<[CDATA[

var sifrfont =	{
					src: '/gotham_normal.swf',
					ratios: [9, 1.27, 18, 1.19, 23, 1.15, 25, 1.14, 28, 1.13, 34, 1.12, 35, 1.13, 45, 1.12, 46, 1.11, 47, 1.12, 62, 1.11, 63, 1.1, 68, 1.11, 69, 1.1, 71, 1.11, 1.1]
				};

sIFR.useStyleCheck 	= true;
sIFR.activate(sifrfont);


//sIFR.debug.ratios({ src: '/gotham_normal.swf', selector: 'h3' });

sIFR.replace(sifrfont, {
							selector: 'h1',
							css: ['.sIFR-root { text-align: left; color: #44398D; font-weight: normal; }'],
							wmode: 'transparent'

						});

sIFR.replace(sifrfont, {
							selector: 'h2',
							css: ['.sIFR-root { text-align: right; color: #44398D; font-weight: normal; float: left;  }'],
							wmode: 'transparent'
						});

sIFR.replace(sifrfont, {
							selector: 'h3',
							css: ['.sIFR-root			{ text-align: right; color: #666666; font-weight: normal; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #666666; }',
											'a:hover	{ color: #44398D; }'
								],
							wmode: 'transparent',
							tuneHeight: -5,
							tuneWidth: 4
						});

sIFR.replace(sifrfont, {
							selector: 'h4',
							css: ['.sIFR-root			{ text-align: right; color: #44398D; margin: 0px;  padding: 0px; float: left; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #44398D; }',
											'a:hover	{ color: #44398D; }'
								],
							wmode: 'transparent',
							tuneHeight: -5

						});

sIFR.replace(sifrfont, {
							selector: '.menuup',
							css: ['.sIFR-root			{ text-align: right; color: #44398D; margin: 0px;  padding: 0px; float: left; width: 150px; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #44398D; }',
											'a:hover	{ color: #666666; }'
								],
							wmode: 'transparent',
							tuneHeight: -2,
							tuneWidth: -25
						});

sIFR.replace(sifrfont, {
							selector: '.menudown',
							css: ['.sIFR-root			{ text-align: right; color: #666666; margin: 0px;  padding: 0px; float: left; width: 150px; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #666666; }',
											'a:hover	{ color: #666666; }'
								],
							wmode: 'transparent',
							tuneHeight: -2,
							tuneWidth: -25
						});


sIFR.replace(sifrfont, {
							selector: 'h5',
							css: ['.sIFR-root			{ text-align: left; color: #44398D; margin: 0px;  padding: 0px; float: left; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #44398D; }',
											'a:hover	{ color: #44398D; }'
								],
							wmode: 'transparent',
							tuneHeight: -5
						});
//]]>