
div {
	position: relative;
	width:1000px;
	margin-left:0px;
	margin-right:0px
	
}
div.body {
}

div.title {
}

div.header {
}

div.footer {
}

div.print {
}

div.header {
	margin-top:0px;
	height:115px;
	width:100%
	}

div.body {
	margin-top:5px;
	margin-left:0px;
	width:100%
	}

div.footer {
	margin-top:0px;
	margin-left:0px;
	width:100%
}

div.title {
		margin-top: 50px;
		font-size: medium;
		text-align:center;
		width:100%
	}

div.indent25 {
	text-indent:25px
}

div.indent50 {
	text-indent:50px
}
div.indent75 {
	text-indent:75px

div.indent100 {
	text-indent:100px
	
}