.termsofuse,
.guarantee {
	background: #fdf;
	border: 1px solid #444;
	font-size: 8pt;
	margin: 0 auto;
	width: 500px;
}

.termsofuse h1,
.guarantee h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 20px;
	text-align: center;
	text-transform: uppercase;
}

.termsofuse h2,
.guarantee h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: -20px 0 20px 0;
	text-align: center;
}

.termsofuse h4,
.guarantee h4 {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.guarantee h4,
.termsofuse p,
.guarantee p {
	margin: 15px 10px;
}

.guarantee li {
	list-style-type: none;
	margin: 15px 10px 15px 0;
}

.guarantee li strong {
	float: left;
	margin-left: -25px;
	width: 25px;
}
