body {
	font-size: 13px;
	font-family: arial;
	background-color: #fff;
	padding: 0;
	margin: 0;
}


a {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

.searchLogo {
	margin: 60px 0;
}

.searchLogo img {
	height: 72;
	width: 420;
}

.searchLogoCaption {
	margin-top: 8px;
	color: #a9a9a9;
	font-size: 20px;
	font-weight: bold;

}

.helpContainer {
	width: 425px;
	background-color: transparent;
	text-align: left;
	margin-top: 8px;
}

.framedHelpContainer {
	height: 340px;
	overflow: hidden;
}

.helpContainer p, center {
	padding: 0;
	margin: 0 0 12px 0;
}

.helpBody {
	background-color: transparent;
	border: 0;
	padding: 18px;
	margin: 10px 12px 8px 12px;
	text-align: center;
	line-height: 36px;
	color: #a9a9a9;

}


h1, .helpFooter {
	display: none;
}


.helpBody p {
	font-size: 28px;
	white-space: nowrap;
}

.helpBody .sub {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.helpBody b {
	color: #999;
}

ul {
	font-size: 20px;
	font-weight: none;
	line-height: 28px;
	list-style-type: circle;
}

li {

	margin-bottom: 10px;
}
