/* General typography and colours */

html, body {
		font-size: 10pt;
		font-weight: normal;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		margin: 0;
	}

p {
		line-height: 1.25em;
		margin: 1em 0 1.2em;
		text-align: justify;
	}

/* p.intro {
		margin-top: 19px;
		margin-right: 5px;
	} */

li {
		line-height: 1.25em;
	}

a:link, a:active, a:visited {
		color: #000;
	}

a:hover {
		color: #E8B92E;
	}

h1 {
 		color: white;
 		font-size: 13px;
 		font-weight: bold;
		margin-top: 10px;
		margin-bottom: -10px;
		padding: 0;
 	}

h2 {
		color: #E8B92E;
		font-size: 13px;
		font-weight: bold;
		margin-top: 4px;
		margin-bottom: 0px;
		padding: 0;
	}

h4 {
		color: #E8B92E;
		display: inline;
		font-size: 1em;
		font-weight: bold;
	}

td.footer {
		font-size: 7pt;
		color: #FFF;
	}

td.footer a {
		color: #FFF;
	}

td.footer a:hover {
		color: #E8B92E;
	}