/*User Selectable Styles*/
.Heading1, H1 {
	font-weight:normal;
	color:#596366;
	margin-bottom:0.4em;
	}

.Heading2, H2 {
	font-weight: normal;
	color:#596366;
	margin-bottom:0.2em;
	}

.Heading3, H3 {
	color:#596366;
	font-weight: normal;
	line-height:1.1em;
	margin-bottom:0.4em;
	}

.Heading4, H4 {
	color:#596366;
	font-size:1em;
	font-weight: normal;
	line-height:1.1em;
	margin-bottom:0.2em;
	}

.Normal, P 
{
	font-size:0.75em;
	line-height:1.4em;
	margin-bottom:0.8em;
	color:#4C4C4C;
}
	
blockquote
{
    font-weight: bold;
    color: #888;
    font-size: 1.5em;
}
	
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{
		background:#f3f7f9;
		border-collapse:collapse;
		margin:1em 0 2em 0;
		}

	table.ImmTS_Default th	{
		font-size:1.1em;
		text-align:right;
		padding:5px 6px 3px 6px;
		color:#596366;
		background:url(../images/thead_bg.gif) left bottom repeat-x;
		}

	table.ImmTS_Default thead th	{
		text-align:left;
		} 
	
	table.ImmTS_Default td	{
		font-size:1.1em;
		padding:3px 6px;
		vertical-align:middle;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		border:1px solid #dbdbdb;
		} 

	table.Imm\TS_Default th	{
		font-size:1.2em;
		}

	table.Imm\TS_Default td	{
		font-size:1.2em;
		}

    table.ImmTS_Default tr p {
        line-height: 1em;
	    margin-bottom:0.2em;
    }
