function FontReSize(FontSize){
    if(FontSize == "base"){
        YAHOO.util.StyleSheet('MyApp').unset('p, a, li, h1, h2, h3, h4, ul.MenuBarVertical a', '');
		YAHOO.util.StyleSheet('MyApp').unset('.Header-Menu-Background', '');
		YAHOO.util.StyleSheet('MyApp').unset('body', '');
		YAHOO.util.StyleSheet('MyApp').unset('.News-Container', '');		
		YAHOO.util.StyleSheet('MyApp').unset('.Carousel-Container .item', '');
		YAHOO.util.StyleSheet('MyApp').unset('.breadcrumb a', '');
		YAHOO.util.StyleSheet('MyApp').unset('.breadcrumb .active', '');	
		YAHOO.util.StyleSheet('MyApp').unset('.Carousel-Container', '');		
		YAHOO.util.StyleSheet('MyApp').unset('.News-Container', '');
    };
    if(FontSize == "medium"){
        YAHOO.util.StyleSheet('MyApp').set('p, h1, h2, h3, h4, a, li, ul.MenuBarVertical a', 'font-size: 138.5%; ');
		YAHOO.util.StyleSheet('MyApp').set('.Header-Menu-Background', 'height:60px; background:black;');
		YAHOO.util.StyleSheet('MyApp').set('.header', 'height:145px');
		YAHOO.util.StyleSheet('MyApp').set('.Carousel-Container', 'height:210px');		
		YAHOO.util.StyleSheet('MyApp').set('.News-Container', 'height:240px');
		YAHOO.util.StyleSheet('MyApp').set('li', 'font-size: 138.5%;');
		
    };
    if(FontSize == "large"){
        YAHOO.util.StyleSheet('MyApp').set('p, h1, a, h2, h3, h4, li, ul.MenuBarVertical a', 'font-size: 153.9%; ');
		YAHOO.util.StyleSheet('MyApp').set('.Header-Menu-Background', 'height:60px; background:black;');
		YAHOO.util.StyleSheet('MyApp').set('.header', 'height:145px');
		YAHOO.util.StyleSheet('MyApp').set('.Carousel-Container', 'height:220px');		
		YAHOO.util.StyleSheet('MyApp').set('.News-Container', 'height:250px');
		YAHOO.util.StyleSheet('MyApp').set('li', 'font-size: 153.9%;');
    };
}
