﻿/*
 * aef_red.css
 * In a page this css is loaded last so that the styles will override
 * anything set in aef_Main.css.
 */
body
{
	/*
     * to change background and font color for a client change this class
     */
     background-image: url('http://images.autoeforms.biz/background/red.jpg');
     background-repeat: repeat-x repeat-y;
     background-position: left top;
}
