/*User Selectable Styles*/
.Heading1,H1     { color:#0b5643; font-size:1.6em; line-height:1.6em; margin-bottom:0.2em; padding:0 0 0.2em 0; }
.Heading2,H2     { color:#0b5643;	font-size:1.3em; line-height:1.2em; margin-bottom:0.2em; padding:0.4em 0.3em 0 0.3em; }
.Heading3,H3     { color:#000; font-size:1.2em; line-height:1.2em; margin-bottom:0.2em; padding:0; }
.Normal,p        { color:#000; font-size:1em; padding:0 0.4em 0 0.4em;	margin-bottom:1.4em; }
.morelink        { color:#900; font-size:0.8em;	background:url(../images/more_arrow.gif) 100% 100% no-repeat;	padding-right:10px;}

DIV#logo {
	background:url(../images/header_houses.jpg) 0 0 no-repeat #fff;
	}

/* 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;}

