ok one more question for today...if i am importing a css sheet from one class, or from the main swf, and i want to reference that same css from another class, what is the best method? I think it a bit much to have to import it for every instance of the class. In AS2, i used _level0.cssSheetName to make that reference from inside a class....how is this done in AS#?