This class loads and saves skins to a RDBMS table. It uses the following keys from the property file to determine how to load the skin
SKIN_TABLE="SkinTable"
SKIN_DB_PROFILE="SkinDBProfile"
SKIN_NAME_COLUMN="SkinNameColumn"
SKIN_KEY_COLUMN="SkinKeyColumn"
SKIN_VALUE_COLUMN="SkinValueColumn"