/*User Selectable Styles*/

.Heading1, H1 {
	color: black;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
.Heading2, H2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #000000;
}
.Heading3, H3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}
.Heading4, H4 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #606060;
}
.Normal {
	font-size: 1.1em;
	padding-bottom: 0.8em;
}
.bannerHeading 
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.1em;
	color:#FFFFFF;
}


/* 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;}