private function setLabelFont():void
{
var style:CSSStyleDeclaration = new CSSStyleDeclaration();
style.setStyle("fontSize", 18);
style.setStyle("fontWeight", "bold");
StyleManager.setStyleDeclaration("Label", style, true);
}
@namespace mx "http://www.adobe.com/2006/mxml";
mx|Label {
font-size:12;
}