body {
	text-align: center;

	background:#0970BB;
	font: 12px,  Verdana, Arial, Helvetica, sans-serif; 
	color:black;
	padding:0px;
	margin:0px;
	border: none;
	line-height:140%;

	
}

table{
	width:640px;
	border:none;
}
td, th {
	padding-left: 0px;
	padding-right:5px;
	vertical-align:top;

	padding-top:8px;	
	padding-bottom:0px;
	
}

.wrapper {
	text-align: left;
	background:#fff;
	width: 640px;
	margin-left: auto;
	margin-right: auto;

	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	padding:20px;
}




h1 {
	line-height:100%;
	margin-bottom:0.2em;
	margin-top:0.2em;
	text-align:center;

}
h4 {
	line-height:120%;

	margin-top:0.2em;
	text-align:center;

}
h5{
	text-transform:uppercase;
	margin-bottom:0.2em;
	border-bottom:1px black solid;
}
.centreimg{

	text-align:center;

}

.pagebreak{
	page-break-after: always;
	
	
}