In SQL Server 2005, the system tables are gone. The system tables from previous versions of SQL Server are now implemented as a series of views called catalogue views and all of these catalogue views can be found in the sys schema.
select * from sys.all_views WHERE is_ms_shipped = 1
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1089808,00.html