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

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

