I keep having a specific problem with my pop-up windows in Flex viewer. Often, they will load with the proper text formatting, but after a few moments revert to black, Times New Roman font. I'd like to have it be the white, Arial font it's supposed to be. I'd appreciate any help you could give me- I've included a screenshot of a broken pop-up and the code I'm using.
<?xml version="1.0" ?>
<configuration>
<title>{BldgName}</title>
<description>
<b>Hours:</b> {Hours}
<b>Departments:</b> {Depts}
<b>Building Floor Plan:</b><a href="{FloorPlan}">{FloorPlan}</a>
</description>
<fields>
<field name="BldgName"/>
<field name="Hours"/>
<field name="FloorPlan"/>
</fields>
</configuration>
<!--
Pop-up configuration file for:
Campus Buildings
-->