/*User Selectable Styles*/
.Heading1,H1     {font-size:140%; font-weight:normal; letter-spacing:-0.03em; color:#611061;}
.Heading2,H2     {font-size:120%; font-weight:bold;}
.Heading3,H3     {font-size:100%; font-weight:bold;}
.Normal          {font-size:small;}
.PurpleHeading {font-size:170%; color:#72074C;}
.MediumGrey {font-size:150%; color:#6E6E6E; line-height:1.1em;}
.caption {font-size:0.8em;}
.RomanticBAthsHeading {font-size:1.5em; color:#2C73AA; font-weight:lighter;}

/* 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;}
	

