﻿/*  User Defined Styles CSS FILE

ALL YOUR STYLES MUST BEGIN WITH THE FOLLOWING PREFIX: CMSSTYLE_
remember to make this change in your html content

This pages is oNLY for styles you plan to reuse accross multiple cms pages, such as heading templates etc...

Do not put once off styles / classes in this file, for your custom once off styles put them in UserDefinedStyles.css
*/
#PageTitleContainer
/*This wraps all the page's titles. so that a minimum padding between the title and page content is maintained
  throughout the site*/
{
	margin-bottom:20px;
}
.CMSSTYLE_TestOnly_TestStyle1
{
	color:#00FF00;
}
.CMSSTYLE_Headingstyle1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px; 
	text-transform: uppercase;
}
.CMSSTYLE_Headingstyle2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#92d050;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.CMSSTYLE_Bodytext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
.CMSSTYLE_Bodytextheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#92d050;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}
.CMSSTYLE_Subtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
}
img{
	border:none;
}
