/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2.5em;
	line-height:1.3em;
	font-weight:normal
	margin-bottom:0.8em;
	}

.Heading2, H2 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:0.6em;
	}

.Heading3, H3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:normal;
	border-bottom:1px solid #dddfe0;
	}

.Heading2, H4 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1em;
	}

/* 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;}

/* Styles to change colours */	

body {
	
	}

#everything {
	
	}

#subNav {
	
	}

#subNav .navHeader {

	}

#subNav ul li a {

}

#subNav ul li a.sel,
#subNav ul li a:hover,
#subNav ul li a:active {

}

#main h1 {

	}

#main h2 {

	}
	
#main #sectionHomeSubContent li,
#main #sectionHomeSubContent p {
	
}

/* Corrections to fix global paragraph style */

#footer .vat p {
	font-size:100%;
	}
	
#footer .copyright p {
	font-size:100%;
	}
	
#footer .address p {
	font-size:100%;
	}

