How to define classes ? (Rules of Thumb)
Look for nouns in the Use Cases
Define a class for every noun (+ add others)
Document the set of rules that determine the set of objects belonging to the class
Add associations to model the relations
Think about the subset relationship to build generalizations ...