$(function() {
		$().accordion({	
			header: '.toggler',					  
			autoHeight: false,
			collapsible: true,
			active: true,
			animated: false
			});
		});

$(document).ready(function() {

  $('table.alt tbody tr:odd').addClass('odd');

  $('table.alt tbody tr:even').addClass('even');

});

$(document).ready(function(){
  $('span').removeAttr('style');
   $('p').removeAttr('style');
   $('li').removeAttr('style');

});