body {
	font-family: Arial Narrow, Verdana, Arial, Helvetica;
	background-color:#FFFFFF;
	color:#000000;
	margin: 0;
	z-index: 100;
}

.note {
	font-family: Arial Narrow, Verdana, Arial, Helvetica;
	background-color:#FFFFFF;
	color:#000000;
	margin: 0;
	z-index: 100;
	font-size:8pt;
	font-style:italic
}

p:first-letter.BigFirst {
	font-size: 200%;
	float: left;
}

.header {
	position: absolute;
	top: 200;
	left: 115;
	width: 580;
	z-index: 100;
}

.insideheader {
	position: absolute;
	top: 115;
	left: 120;
	width: 580;
	z-index: 100;
}

.searcher {
	font-family: Arial Narrow, Verdana, Arial, Helvetica;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:8pt;
	position: absolute;
	top: 200;
	left: 0;
	width: 800;
	z-index: 0;
}