﻿/*  User Defined Styles CSS FILE

	PLEASE ENSURE ALL YOUR STYLES BEGIN WITH UDS_******** And then include your page title without spaces and 
	delimiters  other than an underscore;


	EXAMPLE: Let's say you wanted to add your css style 'style1' for the cms page 'MyPageTitle'
	You would enter the style in this file as: 'UDS_MyPageTitle_style1
	Remember to make the style name change in your HTML Code!!!!


this pages is oNLY for styles for your CMS content. 

Do not put reuseable classes in this file, for heading styles, content styles etc... that you
plan to reuse over and over accross pages put them in CMSStyles.css
*/

.UDS_TestOnly_TestStyle1
{
	color:#FF0000;
}