h1 {
	color: #a09164;
	margin-bottom: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	font-size: 3em;
}

h2 {
	color: #cccccc;
	margin-bottom: 0.7em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #a09164;
	line-height: 1.66666em;
	font-size: 1.2em;
}

h4 {
	font-style: normal;
	font-weight: normal;
	color: #a09164;
	line-height: 1.4em;
	font-size: 1.1em;
}

p {
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

blockquote {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1.666666em;
	padding: 0.8333em;
}

cite {
	color: #666666;
	display: block;
	font-style: italic;	                   
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
}

#content ol {
	list-style-position: inside;
}

.standfirst {
	color: #a09164;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
}

#content ul li {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #a09164;
}

#content a:hover {
	text-decoration: none;
	color: white;
}

p.small {
	font-size: 0.9em;
}

em {
	font-style: normal;
	font-weight: normal;
	color: #a09164;
}

#content ul li.li_images {
	clear: both;
	width: 305px;
	float: left;
	display: inline;
	list-style-type: none;
}

#content ul li img {
	padding-bottom: 5px;
	display: inline;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

q {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #a09164;
}

#content ul li ul {
	list-style-type: none;
}
#content ul li ul li {
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.small_print {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	clear: both;
	color: #666666;
	font-size: 0.9em;
}


