/*User Selectable Styles*/
.Heading1,H1 {font-family:Georgia, Verdana, Arial, Sans-Serif; font-size:160%; margin-bottom:0px;}
.Heading2,H2 {font-size:130%; font-family:Georgia; font-weight:normal;}
.Heading3,H3 {font-size:115%; font-weight:bold; color:#666;}
.Heading4,H4 {font-size:105%; font-weight:bold;}
.Normal {font-size:small;}
.caption {font-size:0.85em;}
.redHeading {font-family:Georgia; background: url(/laf/redHeadingBG.png) top left no-repeat; color:White; line-height:34px; padding-left:10px; font-size:18px; clear:both;}
.Intro {font-family:Georgia; font-size:1.2em; line-height:1.15em;}
.IntroMedium {font-family:Georgia; font-size:1.1em; line-height:1em;}
.Large {font-family:Georgia; font-size:1.25em;}
.BoldGrey {font-size:115%; font-weight:bold; font-family:Georgia; color:#666666;}

/* --- corporate colour palette --- */
.ImmColours_DarkRed {color:#b42c38 ;}
.ImmColours_Grey {color: #666666;}
.ImmColours_DarkGrey {color: #333333;}
.ImmColours_DarkBlue {color:#5D8CA0;}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px; vertical-align:top;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{} 
	     
	table.ImmTS_Default th	{background-color:#ccccFF; color:black;} 
	table.ImmTS_Default tr	{}
	#content table.ImmTS_Default td	{color:black; border-bottom:1px solid black;}
	
	/* Hugh James Themed Table */
	table.ImmTS_hughJames		{} /* Overall table style */

	table.ImmTS_hughJames th, 
	table.ImmTS_hughJames td	{padding:2px; margin:2px; vertical-align:top;} /* Cell padding and spacing styles */

	table.ImmTS_hughJames, 
	table.ImmTS_hughJames th, 
	table.ImmTS_hughJames td	{} 
	     
	table.ImmTS_hughJames th	{background-color:#b42c38; color:White;} 
	table.ImmTS_hughJames tr	{}
	#content table.ImmTS_hughJames td	{color:black; border-bottom:1px solid #666;}



/* -- Bullets --- */
ul {list-style-type:square;}
#main ul, #mainNoNav ul {list-style-image: url(/laf/redbullet.png);}
