$(document).ready(function() {
	$('#leftDirCol li:nth-child(even)').addClass('striped');
	$('#rightDirCol li:nth-child(odd)').addClass('striped');
	$('.stripping li:nth-child(odd)').addClass('striped_yellow');
	$('.links li:nth-child(odd)').addClass('striped_ltgry');
	$('#section_mang tr:nth-child(even)').addClass('striped_ltgry');
	$('table tr:nth-child(even)').addClass('striped_lt_blue');
	$('#tally_table tr:nth-child(even)').addClass('striped_org');
	$('.ms li:nth-child(odd)').addClass('striped_lt_blue');
});