/* COLOURS - BLUE #001B42, GREY - 626366 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
	background: #626366;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
}
ol, ul {
	list-style: none;
}
strong{
	font-size: 1.5em;
	margin-left: 55px;
}

div#content{
	margin: auto;
	background: #f9f9f9;
	color: #333;
	width: 800px;
}
div#banner{
	width: 800px;
	height: 150px;
}

div#footer{
	width: 800px;
	height: 100px;
	background-color: #001B42;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
}
div#text_content{
	margin: 50px;
}
h1{
	font-size: 3em;
	text-transform: uppercase;
	margin: 20px;
}
p{
	margin: 20px;
	font-style: normal;
}
#footer p{
	margin-top: 30px;
	font-style: normal;
}
sup{
	text-align: right;
	display: block;
	width: 60px;
}