window.onload=function(){
	Nifty("div.alertstop", "normal");
	Nifty("div.roundBoxOut", "normal");
	Nifty("div.roundBoxIn", "normal");
	
	//profile content colors
	Nifty("div.profileContent", "normal");
	//Nifty("div.profileContentFull", "normal");	
	Nifty("div.profileContentGray", "normal");
	Nifty("div.profileContentBusiness", "normal");
	Nifty("div.profileContentFaculty", "normal");
	Nifty("div.profileContentMentor", "normal");
	
	//inner profile
	Nifty("div.profileContentHome", "normal");
	Nifty("div.profileContentFull", "normal");
	Nifty("div.profileContentLeft", "normal");
	
	//tabs
	Nifty("ul.studentProfileTabs a","small transparent top");
	Nifty("ul.businessProfileTabs a","small transparent top");
	Nifty("ul.facultyProfileTabs a","small transparent top");
	Nifty("ul.mentorProfileTabs a","small transparent top");
	Nifty("ul.grayProfileTabs a","small transparent top");
	
	Nifty("div.title", "small");
	Nifty("div.profileList", "normal");
	Nifty("div.gigInfo", "normal");
	Nifty("div.row", "normal");
	
	Nifty("p.stripRed", "small top");
	Nifty("p.stripGreen", "small top");
	Nifty("p.stripBlue", "small top");
	Nifty("p.stripOrange", "small top");
}
