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