/*User Selectable Styles*/
.Heading1,h1 { margin: 0 0 1.6em 0; letter-spacing: -1px; color: #000033; font: 1.8em Arial, Helvetica, sans-serif; font-weight: bold; }
.Heading2,h2 { margin: 0 0 1.6em 0; letter-spacing: -1px; color: #000033; font: 1.6em Arial, Helvetica, sans-serif; font-weight: bold; }
.Heading3,h3 { margin: 0 0 1.6em 0; letter-spacing: -1px; color: #000033; font: 1.3em Arial, Helvetica, sans-serif; font-weight: bold; }
.Normal          {color:#111144; font-family:Arial,Verdana,Helvetica,Sans-Serif; font-size:small;}

/* 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;}


