body {
	background-color: #fff;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 9pt;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #000
}
img { border: none; }

.frame {
	height: 100%;
	width: 100%;
	text-align: center;
}

.box {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 208px;
  width: 340px;
  margin: auto;
  margin-left: -170px;
  margin-top: -104px;
	text-align: left;
}

.box p {
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-left: 107px;
}

.bottom {
  position: absolute;
  width: 100%;
  bottom: 20px;
  margin: 0 auto;
  font-size: 7pt;
	text-align: center;
}

.bottom span {
	color: #0062a1;
}

