var verdana = {	src: '/styles/fonts/Verdana.swf'
	,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 123, 1.23, 1.22]};
sIFR.useStyleCheck = true;

sIFR.activate(verdana);

sIFR.replace(verdana, {
	selector: 'h1 span.s1' 
	,css: {
		'.sIFR-root': { 'font-weight': 'normal', 'color': '#ff9600' } 
		,'em': { 'font-style': 'none', 'color': ' #ffcf8b' } 
	}
	,wmode: 'transparent' 
	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
	,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#9b4f32'			,strength: 20			,inner: false 			,alpha: 100 		} 
	}}); 

sIFR.replace(verdana, {
	selector: 'h1 span.s2' 
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#ff9600', 'text-transform': 'uppercase' } 
	}
	,wmode: 'transparent' 
	,tuneHeight: 3	
	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
	,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#9b4f32'			,strength: 20			,inner: false 			,alpha: 100 		} 
	}}); 

sIFR.replace(verdana, {
	selector: 'h1 span.s3' 
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#ffe2b8', 'text-transform': 'uppercase' } 
	}
	,wmode: 'transparent'  
	,tuneHeight: -3	
	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
	,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#9b4f32'			,strength: 20			,inner: false 			,alpha: 100 		} 
	}}); 

sIFR.replace(verdana, {
	selector: 'h1 span.s4' 
	,css: {
		'.sIFR-root': { 'font-weight': 'normal', 'color': '#ff9600' } 
	}
	,wmode: 'transparent' 
	,tuneHeight: -3	
	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
	,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#9b4f32'			,strength: 20			,inner: false 			,alpha: 100 		} 
	}}); 

/* Menu */
sIFR.replace(verdana, {	selector: 'div#menu2 p span'	,css: {		'.sIFR-root': { 'color': '#c2c2c2' } 
		,'a': { 'color': '#c2c2c2', 'text-decoration': 'none' } 
		,'a:hover': { 'color': '#c2c2c2', 'text-decoration': 'underline' } 	} 	,wmode: 'transparent' 
	,tuneHeight: -5 	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
		,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#000000'			,strength: 10			,inner: false 			,alpha: 0.5 		} 	}});
sIFR.replace(verdana, {	selector: 'div#menu1 p span'	,css: {		'.sIFR-root': { 'color': '#ffffff' } 
		,'a': { 'color': '#ffffff', 'text-decoration': 'none' } 
		,'a:hover': { 'color': '#ffffff', 'text-decoration': 'underline' } 	} 	,wmode: 'transparent' 
	,tuneHeight: -5 	,fitExactly: true 
	,forceWidth: true 
	,forceSingleLine: true 
	,filters: {		DropShadow: {			knockout: false			,distance: 0			,color: '#000000'			,strength: 10			,inner: false 			,alpha: 0.5 		} 	}});