jQuery .load() and CSS

jQuery .load() and CSS

I have a page set with some CSS styles for a table and then on a button click use jQuery “.load” to bring in a file with the table.  I expected the table to be styled with the CSS that is already loaded, but it is not.  Is this typical or am I doing something incorrectly?

 Thanks!