/*User Selectable Styles*/
.Heading1,H1     { color:#7BC10F;/*#009C99;*/ font-size:4.2em; line-height:50px; font-weight:normal; }
.Heading2,H2     { font-size:1.8em; line-height:21px; font-weight:normal; color: #444; }
.Heading3,H3     { font-size:1.2em; font-weight:bold; color:#444; margin:12px 0; }
.Heading4,h4	 { font-size:1.1em; font-weight:normal; color:#fff; }
.Normal          { font-size:1.2em; line-height:16px; color: #444; }
.TopParagraph	 {
	font-size:1.4em;
	font-weight:bold;
	color: #444;
	line-height: 1.5em;
}
.date			 { font-size:11px; color:#999999; }
.bluetxt		 { color: #009C99!important; }

.blockquote { color: #747474 !important; margin: 0 30px; }

.quotelink { line-height: 1.6em; }
.thedate{ color:#999999; font-size:11px; margin-bottom:12px; }

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	/*table.ImmTS_Default		{ background-color:#eeeeff; } 

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{ padding:2px; margin:2px; } 

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{ border:1px solid black; font-size: 1.2em; } 
	     
	table.ImmTS_Default th	{ background-color:#ccccFF; color:black; } 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}*/
	
	
#immpalette { white:#ffffff; color2: #009AA8; color3: #7BC10F; color4: #D1E9AB; color5: #CCCCCC; color6: #F5F5F5; }

div.contentText ul, div.contentText ol {
	font-size:10pt;
	line-height:16px;
	margin-bottom:15px;
}
div.contentText ul li, div.contentText ol li {  color:#444444;}
div.contentText ul {
	list-style-type:disc;
	list-style-position:inside;
	margin-left: 15px;
}
div.contentText ol { list-style-type:lower-alpha; list-style-position:outside; margin-left: 15px; }
div.contentText ol.eventList { float: left; }

