/*User Selectable Styles*/
.Heading1,h1     {text-transform:uppercase; font-size:16px; font-weight:normal; color:#3f4f60; margin-bottom: 7px;}
.Heading2,h2     {font-size:14px; font-weight:bold; color:#3f4f60; margin-bottom: 5px;}
.Normal, p          {color:#3f4f60; line-height:1.5em;}

.Heading-green,h3 { color: #6FA765; display: block; font-weight: bold; margin-bottom: 5px; } 

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Alterian CMC 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;}

