h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #333d5f;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #485a7e;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	margin-bottom: 0.5em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	list-style-type: circle;
	list-style-position: inside;
	color: #333333;
	margin-bottom: 0.5em;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	list-style-position: inside;
	color: #333333;
	margin-bottom: 0.5em;
}
ol#linkList ol {
	font-size: 1em;
}
.bodyTextReversed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
}
.featureLinkHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #8494ad;
}
#copyright {
	font-size: 1em;
	color: #FFFFFF;
}
em {
	font-weight: bold;
	color: #333d5f;
}
#mainNavigation  li {
	display: inline;
	list-style-type: none;
}
#mainNavigation ul {
	font-size: 1.8em;
	color: 333d5f;
	margin: 0px;
	padding: 0px;
}
#mainNavigation a {
	color: #333d5f;
	text-decoration: none;
}
#mainNavigation a.current {
	color: #8494ad;
}
#mainNavigation a:hover {
	color: #8494ad;
}
.current {
	color: #8494ad;
}
a {
	color: #333d5f;
}
a:hover {
	color: #8494ad;
}
#subNavigation li {
	display: inline;
	list-style-type: none;
}
#subNavigation ul {
	font-size: 1.4em;
	color: 333d5f;
	margin: 0px;
	padding: 0px;
}
#subNavigation a {
	color: #333d5f;
	text-decoration: none;
}
#subNavigation a.current {
	color: #8494ad;
}
#subNavigation a:hover {
	color: #8494ad;
}
.urgent {
	colour: red;
}
