body {
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
}
	a {
		text-decoration: none;
	}
	h1 {
	
		display: inline;
	
		border-left-width: 0px;
	
		font-size: 16pt;
	
		font-style: normal;
	
		font-weight: normal;
	
		font-family: Georgia;
	
	}

	h2 {
		margin-bottom: 0px;
		margin-top: 40px;
	}

	
	em {
		font-family:Georgia, "Lucida Grande", Tahoma, sans-serif;
		font-size:.9em;
	}
	
	.lineindent {
		margin-left:30px;
		display:inline;
	}
	
	.indent {
		width: 460px;
		margin:0 auto;
		
	}
	h4 {
		margin-bottom: 20px;
		margin-top: 5px;
		font-size: 1em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-style: normal;
		font-weight: normal;
	}
	
	#header {
	top: 10pt;
	right: 5pt;
	color: #7e7e7e;
	position: absolute;
	margin: 0;
	width: 99%;
	font-family: Georgia, sans-serif;
	font-size: 16pt;
	text-align: right;
	padding: 0px;
	display: block;
}

#footer {
	right: 5pt;
	bottom: 10pt;
	position: absolute;
	width: 99%;
	font-family: Georgia, sans-serif;
	font-size: 8pt;
	margin-bottom: 10pt;
	text-align: right;
	color: #999;
	display:block;
	}