Advice on how to organize surfaces

Hi,

I am going through and creating placeholder graphics files for all the sprite assets going in my game right now. Are the surface better kept as power of 2 textures (i.e. 64x64, 1024x1024)? Packing everything into fewer big textures is usually better or simply follow texture management rules(depending on the amount).

Terence