so this is the solution I have found

Code:
var colorTextFormat:TextFormat = new TextFormat();
colorTextFormat.color = 0xFFFFFF;
colorTextFormat.font = "Arial";
colorTextFormat.size = 10;
StyleManager.setStyle("colorTextFormat",colorTextFormat);
This forum seems a little dead - thats two of my own questions I have answered!