/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2.2em;
	font-weight:bold;
	font-family:Myriad Pro, Arial, Helvetica, Sans Serif;
	text-transform:uppercase;
	line-height:1em;
	color:#f16e06;
	}

.Heading2, H2 {
	font-size:1.4em;
	font-weight:normal;
	color:#0077c0;
	padding-bottom:2px;
	margin:1em 0 0.6em 0;
	border-bottom:1px solid #0077c0;
	}

.Heading3, H3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:bold;
	color:#f16e06;
	}

.Heading4, H4 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.8em;
	}

P.intro {
	font-size:1.3em;
	font-weight:bold;
	color:#0077c0;
	}

ul.linklist {
	list-style:none;
	color:#fff;
	background:#0077c0;
	display:block;
	}

ul.linklist li {
	zoom:1;
	}

.listItemArrow {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/arrow_white.gif) 7px 5px no-repeat;
	}

.listItemWordDoc {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/doc.gif) 0 0 no-repeat;
	}

.listItemPDF {
	display:block;
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/pdf.gif) 0 0 no-repeat;
	}

.listItemZip {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/zip.gif) 0 0 no-repeat;
	}

.listItemExcel {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/xls.gif) 0 0 no-repeat;
	}

.listItemText {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/txt.gif) 0 0 no-repeat;
	}

.listItemWWW {
	color:#fff;
	padding:2px 0 2px 20px;
	background:url(../images/filetypeIcons/www.gif) 1px 0 no-repeat;
	}

/* 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;}


ul.linklist a {
	color:#fff !important;
}

