
tr.tint {
	background-color: #e9decf;
	font-size: 12px;
}

.editorial-body table {
	background-color: #fdf8f0;
	margin-bottom: 32px;
}

tr.colourTwo {
	background-color:#f8f3ea;
}

td {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 18px;
	border-right: 1px solid #e3dfd6;
}

td.last {
	border-right: 0;
	}
	
td.title {
	color: #fff;
	font-weight:  bold;
	background-color: #a7a59b;
}

.editorial-body h2 {
	line-height:24px;
	margin-bottom:16px;
}

.editorial-body h2 {
	color:#000000;
	font-size:16px;
	font-weight:lighter;
	line-height:22px;
	margin-bottom:16px;
}


.editorial-body ul {
	margin-left:  0;
	padding-left: 16px;
	padding-bottom: 16px;
}

.editorial-body li.first {
	margin-top: 0;
}

h2.border {
	margin-top: 16px;
	padding-top: 24px;
	border-top: 1px solid #E9DECF;
}
a.top { 
	float: right;
}
.editorial-body h3 {
	background-color:#F6E9D8;
	border-top:4px solid #A7A59B;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin:0 0 16px;
	padding:8px;
}

.editorial-body p {
	margin-bottom: 16px;
}
.editorial-body hr {
margin-bottom:24px;
}
