The component sets are different between "Basic" and "Standard" and you cannot inline a style with some of the basic components as you can with the standard set.
In order to override the Basic Text Area component, you need to overwrite the CSS style with
the class in the stylesheet.css file, e.g.
.TxtAra_sun4{
font-family: 'Courier New',Courier,monospace;
font-size: 14px;}