.Heading1, h1 {
	margin:0 0 5px 0;
	padding:0;
	font-size:2em;
	color:#504f4f;
}

.Heading2, h2 {
	font-size:1.5em;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #ee4042;
	color:#666;
}

.Heading3, h3 {
	font-size:1.4em;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-weight:normal;
	color:#666;
}

.Normal, p {
	margin:0 0 1em 0;
	padding:0;
	color:#686868;
}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* 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 border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */