/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2.4em;
	font-weight:normal;
	color:#ff0;
	margin-bottom:0.4em;
	}

.Heading2, H2 {
	font-size:1.4em;
	font-weight:bold;
	color:#db0;
	margin-bottom:0.2em;
	}

.Heading3, H3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.2em;
	font-weight:bold;
	}

.Heading4, H4 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:0.2em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:0.2em;
	color:#fff;
	}
	
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{
		margin:1em 0 2em 0;
		}

	table.ImmTS_Default th	{
		text-align:right;
		padding:5px 6px 3px 6px;
		color:#3ee;
		}

	table.ImmTS_Default thead th	{
		text-align:left;
		} 
	
	table.ImmTS_Default td	{
		padding:3px 6px;
		vertical-align:middle;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		border:1px solid #3ee;
		} 


