	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: none;
	}
	
	.header {
		position: static;
		margin-left: -82px;
		margin-top: 150px;
		width: 752px;
		height:5px;
	}
	
	.bg {
		position: static;
		width: 660px;
		}
		
	.logo {
		position: absolute;
		margin-top: 20px;
		width: 107px;
		height: 107px;
		left: 16px;
		top: 23px;
	}
	
	.content {
		position: static;
		margin-left: -7px;
		width: 668px;
		border: none;
	}
	
	.cont {
		float: none;
		margin-left: 150px;
		top: 9px;
	 	width: 443px;
	}
	
	.footer {
		position: relative;
		top: 5em;
		width: 743px;
		height: 100px;
		font-size: 93%;
		line-height: normal;
		left: -1px;
		text-align: center;
		padding-bottom: 30px;
	}
	
	.hd{
		position: absolute;
		left: 0px;
		top: 17px;
	}
	
	.navbar{
		position: absolute;
		margin-top: 400px;
		margin-left: 6px;
		width: 74px;
		height: 39px;
		left: 43px;
		top: -33px;
	}

	h4 {
		color: #750000;
		font-size: 16px;
	}
	
	.note {
		color: #000000;
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
	}
	
	.break{
		page-break-before: always;
	}
