function ColorScheme(ColorScheme){
    if(ColorScheme == "BlackYellow"){
        YAHOO.util.StyleSheet('MyApp').set('p, h1, h2, h3, h4, a, li, ul.MenuBarVertical a', 'color:yellow');
		YAHOO.util.StyleSheet('MyApp').set('body', 'background-color:black;');
		YAHOO.util.StyleSheet('MyApp').set('.Carousel-Container .item', 'background-color:black');		
		YAHOO.util.StyleSheet('MyApp').set('.News-Container', 'background:black');
		YAHOO.util.StyleSheet('MyApp').set('.thrColFixHdr #footer', 'background:black');
		YAHOO.util.StyleSheet('MyApp').set('.breadcrumb a', 'color:yellow');
		YAHOO.util.StyleSheet('MyApp').set('.breadcrumb .active', 'color:yellow');		
    };
}
