Cufon.replace( "h1", {
	fontSize:		"45px",
	color:			"#0dbef4",
	fontWeight:		"bold",
	textTransform:	"uppercase"
} );

Cufon.replace( "h2", {
	fontSize:		"18px",
	color:			"#0dbef4",
	fontWeight:		"bold",
	textTransform:	"uppercase"
} );

Cufon.replace( "h3", {
	fontSize:		"15px",
	color:			"#ffffff",
	fontWeight:		"bold",
	textTransform:	"lowercase"
} );

Cufon.replace( "h4", {
	fontSize:		"20px",
	color:			"#0dbef4",
	fontWeight:		"bold"
} );

Cufon.replace( "h5", {
	fontSize:		"20px",
	color:			"#3e3e3e",
	fontWeight:		"bold",
	textTransform:	"uppercase",
	hover:			{
		color:		"#0dbef4"
	}
} );
/*
sIFR.replace(helveticaneueboldcond, {
  selector: 'h5',
  wmode: 'transparent',
  fitExactly: true,
  fixFocus: true,
  css: [
	'.sIFR-root { font-size: 20px; color: #3e3e3e; font-weight: bold; text-transform: uppercase; cursor: pointer; }',
	'a { color: #3e3e3e; text-decoration: none; font-weight: bold; text-transform: uppercase; cursor: pointer; }',
    'a:link { color: #3e3e3e; text-decoration: none; font-weight: bold; text-transform: uppercase; cursor: pointer; }',
    'a:hover { color: #0dbef4; text-decoration: none; font-weight: bold; text-transform: uppercase; cursor: pointer; }'
	]
});
*/

Cufon.replace( "h1.logoTitel", {
	fontSize:		"16px",
	color:			"#cdcdcd",
	fontWeight:		"bold",
} );

Cufon.replace( ".waverunner", {
	fontSize:		"35px",
	color:			"#0dbef4",
	fontWeight:		"bold",
	textTransform:	"uppercase"
} );

Cufon.replace( ".tekstTitel", {
	fontSize:		"18px",
	color:			"#0dbef4",
	fontWeight:		"bold"
} );

Cufon.replace( ".bestemmingTitel", {
	fontSize:		"20px",
	color:			"#0dbef4",
	fontWeight:		"bold"
} );

Cufon.replace( ".specialFirst", {
	fontSize:		"18px",
	color:			"#06a4d4",
	fontWeight:		"bold"
} );

Cufon.replace( ".special", {
	fontSize:		"18px",
	color:			"#0dbef4",
	fontWeight:		"bold",
	textTransform:	"uppercase"
} );
/*
sIFR.replace(helveticaneueboldcond, {
  selector: '.special',
  wmode: 'transparent',
  fitExactly: true,
  fixFocus: true,
  css: [
	'.sIFR-root { font-size: 18px; color: #0dbef4; font-weight: bold; text-transform: uppercase; }',
	'a { color: #0dbef4; text-decoration: none; font-weight: bold; text-transform: uppercase; }',
    'a:link { color: #0dbef4; text-decoration: none; font-weight: bold; text-transform: uppercase; }',
    'a:hover { color: #3e3e3e; text-decoration: none; font-weight: bold; text-transform: uppercase; }'
	]
});
*/

Cufon.replace( ".sifr", {
	fontSize:		"25px",
	color:			"#ffffff",
	fontWeight:		"bold",
	textTransform:	"uppercase"
} );
/*
sIFR.replace(helveticaneueboldcond, {
  selector: '.sifr',
  wmode: 'transparent',
  css: [
  	'.sIFR-root { font-size: 25px; color: #ffffff; font-weight: bold; text-transform: uppercase; }',
  	'a { text-decoration: none; }',
    'a:link { color: #ffffff; }',
    'a:hover { color: #353535; }'
  ]
});
*/
