/* Green colours */
h1, .Heading1 {
	font-size: 1.3em;
	font-weight: 200;
	padding: .6em .9em .3em .9em;
	display: block;
	color: #009999;
}
h2, .Heading2 {
	font-size: 1.2em;
	font-weight: 200;
	padding: .9em .9em .3em .9em;
	color: #009999;
}
h3, .Heading3 {
	font-size: 1.1em;
	font-weight: 200;
	padding: .9em .9em .3em .9em;
	color: #009999;
}
h4, .Heading4 {
	font-size: 1.05em;
	font-weight: 200;
	padding: .9em .9em .3em .9em;
	color: #009999;
}
p, .Normal {
	padding: 0 .6em 0 1.2em;
	font-size: .95em;
	margin-bottom: 10px;
	line-height: 1.3em;
}
/* Style for coloured arrow lists */
.ArrowsList {
}
ul.ArrowsList {
	margin: .2em .8em .7em 1.4em;
}
ul.ArrowsList li {
	padding: 0 0 0 0;
	display: block;
	list-style: none;
	margin: 1em 0 1em 0;
	background: none;
}
ul.ArrowsList a:link, ul.ArrowsList a:visited, ul.ArrowsList a:active {
	padding-top: 0.3em;
	padding-bottom: 0.7em;
	padding-left: 42px;
	background: url(http://collections.europarchive.org/tna/20081105165041/http://www.csci.org.uk/images/greenarrow.gif) no-repeat;
}
/* Style for images */
.photoleft {
	width: 182px;
	float: left;
	padding: 1em 1.4em 0 1em;
}
.photoright {
	width: 182px;
	float: right;
	padding: 1em 1em 0 1.4em;
}
.photoleft .caption, .photoright .caption {
	float: left;
	font-size: 12px;
	line-height: 95%;
}
/* Table Styles */
table.ImmTS_Default {
	width: 90%;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 100%;
	background-color: #FFFFFF;
	xborder-collapse: collapse;
}
table.ImmTS_Default caption {
	text-align: left;
	margin: 0 0 10px 0;
}
table.ImmTS_Default th {
	background-color: #F9DD54;
	color: black;
}
table.ImmTS_Default th, table.ImmTS_Default td {
	padding: 2px 20px;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {
	border: 1px solid black;
}
table.ImmTS_Default td {
	vertical-align: top;
}


