Cufon.replace(['.main_nav', '.main h3', '.fpc_title', '.page_header h3', '.full h3','.topnav_style',], {
         hover: true,
         fontFamily: 'First Type Rg'
});
Cufon.replace(['.page_header h3',], {
         hover: true,
         fontFamily: 'First Type Rg',
         textShadow: '1px 1px #382f26'
});

Cufon.replace(['.sidebar h5', '.sidebar h3',], {
         hover: true,
         fontFamily: 'First Type Rg',
         textShadow: '1px 1px white'
});
Cufon.replace(['.main h1', '.full h1',], {
         hover: true,
         fontFamily: 'First Type Rg',
         textShadow: '1px 1px white'
});
Cufon.replace(['.btn_generic',], {
         hover: true,
         fontFamily: 'First Type Rg',
         textShadow: '1px 1px #2e9d10;'
});


