{
try
{
final AttributeList attList = new AttributeList();
final ColorValueConverter colorValueConverter = new ColorValueConverter();
final Color backgroundColor = rootBandDefinition.getBackgroundColor();
if (backgroundColor != null)
{
attList.setAttribute(WizardCoreModule.NAMESPACE, "background-color",
ColorValueConverter.colorToString(backgroundColor));