body {
  color: black;
	background-color: white;
}
	
hr {
  color: black;
	background-color: white;
}
	
img {
  border-style: none;
}

div.header {
  position: absolute;
	left: 0in;
	top: 0in;
	width: 7.5in;
	height: 1in;
	background-color: #ffffff;
	overflow: hidden;
}
	
div.main {
  position: absolute;
	left: 0in;
	top: 1in;
	width: 7.5in;
	height: 9in;
	background-color: #ffffff;
	overflow: hidden;
}
	
p.header {
  text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}

p.typical {
  margin-top: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-indent: 1em;
}

table.stats {
  border-collapse: collapse;
}

p.leftcell {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}

p.rightcell {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

td.leftcell {
  border: thin solid black;
  vertical-align: text-top;
}

td.rightcell {
  vertical-align: text-top;
  border: thin solid black;
}

a {
  color: #000000;
}

img.header {
  float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
  vertical-align: text-top;
}