// example set - do not delete
// font family - open FONT-NAME_XXX.font.js for correct font-name
// Cufon.set('fontFamily', 'FONT-NAME');

// normal replacing - ID, CLASS or HTML
// Cufon.replace('CLASS-NAME h1');

// link replacing - with hover
// Cufon.replace('CLASS-NAME a', {hover: true});

// link replacing - with text-shadow and hover
// Cufon.replace('CLASS-NAME', {
//	  textShadow: 'LEFTpx TOPpx #COLOR',
//	  hover: {textShadow: 'LEFTpx TOPpx #COLOR'}
// });

// embossed link style - two shadows on font and hover
// Cufon.replace('CLASS-NAME', {
//	  textShadow: 'LEFTpx TOPpx #COLOR, -LEFTpx -TOPpx #COLOR',
//	  hover: {textShadow: 'LEFTpx TOPpx #COLOR, -LEFTpx -TOPpx #COLOR'}
// });

Cufon.set('fontFamily', 'HelveticaLight');
Cufon.replace('#sliderContainer p');
Cufon.replace('#portalRightColumn .internalLink a', {hover: true});
Cufon.replace('#portalRightColumn .text p');
Cufon.replace('h2');
Cufon.replace('#subNav a', {hover: true});
Cufon.replace('.tag a', {hover: true});
