﻿<?xml version="1.0" encoding="utf-8" ?>
<classes>
    <!--The following is an example class. Only styling attributes should be included. The name MUST be the same as
    the corresponding property of the PmlControl. If that PmlControl does not have that property, then that element of the class
    will be ignored. So, for example, for a Module to use this class, it should have its Class property set to myClass; its backgroundColor,
    palette and striped properties will be set to the values below. As a Module does not have an align property, the align element
    will be ignored -->
    <!--class>
        <name>myClass</name>
        <backgroundColor>false</backgroundColor>
        <align>center</align>
        <palette>VfRed</palette>
        <striped>false</striped>
    </class-->
    <class>
        <name>moduleDefault</name>
        <backgroundColor>true</backgroundColor>
        <palette>VfGreen_light</palette>
        <striped>false</striped>
    </class>
    <class>
        <name>headerDefault</name>
        <backgroundColor>true</backgroundColor>
    </class>
    <class>
        <name>story</name>
        <align>center</align>
    </class>
    <class>
        <name>banner</name>
        <align>center</align>
    </class>
</classes>
