body {
	margin: 0px;
	padding: 0px;
	background-color: #ffff66;
}

/* This hack is needed because the auto value applied to div.content does not work in IE */
div.centrecontent {
	text-align: center;
} 

div.content {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #f33530;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin-top: 28px;
	margin-bottom: 0px;
	color: #f33530;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 0px;
	color: #f000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

p.centred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0px;
}

p.image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.block {
	display: block;
}

a:link {
	text-decoration : none;
	color: #1d14b3;
	background: transparent;
}

a:visited {
	text-decoration : none;
	color: #1d14b3;
	background: transparent;
}

a:hover {
	text-decoration : none;
	color: #f33530;
	background: transparent;
}

a:active {
	text-decoration : none;
	color: #f33530;
	background: transparent;
}
