<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="srcview/index.html">
    <!--Default Styles-->
    <mx:Style source="application.css"/>
    
    <!--
        Styles Imported From Fireworks and Flash
        
        Notes: Both of the following CSS files style the Button component.
               Only use one or the other. They can be used in combination
               if, for example, a checkbox was styled in Fireworks and 
               the button was styles in Flash. This will prevent styles
               from being overriden.    
    -->
<!--    <mx:Style source="Fireworks.css"/>-->
    <mx:Style source="flashextensions.css"/>
    
    <!--Default Button Components That Uses Above Styles-->
    <mx:Button useHandCursor="true" buttonMode="true" x="10" y="161" label="Home" width="228" height="136"/>
    <mx:Button useHandCursor="true" buttonMode="true" x="74" y="130" label="Info"/>
    <mx:Button useHandCursor="true" buttonMode="true" x="137" y="130" label="Portfolio"/>
    <mx:Button useHandCursor="true" buttonMode="true" x="212" y="130" label="Bio"/>
    <mx:Button useHandCursor="true" buttonMode="true" x="275" y="130" label="Pictures"/>    
    <mx:Style source="flashextensions.css"/>
    
    
</mx:Application>