var CMSPage =
{ 

    SetPageHeader : function()
	{
		ContentDisplayJS.EmbedFontByCSS("CategoryTitle", "Casual Contact MF");
		ContentDisplayJS.EmbedFontByCSS("ContentBoxSubHeader", "standard 07_55");
	},
	
	
	init : function()
	{
		CMSPage.SetPageHeader();
		
	}
	
}
