/*User Selectable Styles*/
.heading, h1 {
	color: #44A7AC;
	font-size: 1.9em;
	font-weight:normal;
	padding: 0 0 2px 0;
	margin:0;
	clear:left;
}
.heading2, h2 {
	color: #A60539;
	font-size: 1.4em;
	font-weight:normal;
	padding: 0;
	margin:0;
	clear:left;
}
.heading3, h3 {
	font-size: 1.2em;
	font-weight:normal;
	padding:0;
	margin:0;
}
.heading4, h4 {
	font-weight:normal;
	padding:0;
	margin:0;
}
.Normal          {color:#111144; font-size:small;}
.arrowLink, .arrowLinks li {
	font-size:1.2em;
	margin-top:10px;
	display:block;
	min-height:20px;
	padding:0 0 0 20px;
	background:transparent url(/images/cips_arrow_btn.gif) top left no-repeat;
}

.BoxPromoHeading
{
	display:block;
	font-size:1.2em !important;
	font-weight:bold;
	color:#ffffff;
	padding:0;
	margin:0;
}

div .BoxPromoHeading a, div.homeBoxes div.boxes p.BoxPromoText a
{
	color:#ffffff;
	text-decoration:underline;
}

div.homeBoxes div.boxes p.BoxPromoText a:hover
{
	text-decoration:none;
}

.BoxPromoText
{
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#eeeeff;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} 
	     
	table.ImmTS_Default th	{background-color:#ccccFF; color:black;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}

