/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2.4em;
	font-weight:normal;
	color:#000000;
	margin-bottom:0.4em;
	}

.Heading2, H2 {
	font-size:1.4em;
	font-weight:bold;
	color:#555555;
	margin:0 0 0.6em 0;
	}

.Heading3, H3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:bold;
	}

.Heading4, H4 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:0.8em;
	color:#000000;
	}
	
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{
		background:#f3f7f9;
		border-collapse:collapse;
		margin:1em 0 2em 0;
		}

	table.ImmTS_Default th	{
		font-size:1.1em;
		text-align:right;
		padding:5px 6px 3px 6px;
		color:#596366;
		background:url(../images/thead_bg.gif) left bottom repeat-x;
		}

	table.ImmTS_Default thead th	{
		text-align:left;
		} 
	
	table.ImmTS_Default td	{
		font-size:1.1em;
		padding:3px 6px;
		vertical-align:middle;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		border:1px solid #dbdbdb;
		} 

	table.Imm\TS_Default th	{
		font-size:1.2em;
		}

	table.Imm\TS_Default td	{
		font-size:1.2em;
		}

