/* For basic pages such as Terms and Conditions. */

#termsBox {
	margin: 0 auto 0 auto;
	color: black;
	width: 480px;
	text-align: left;
}

#termsBox h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 1.2em;
}
#termsBox h3 {
	
}
#termsBox p {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
.insetBlock {
	line-height: 1.3em;
	margin: 6px 0 5px 15px !important;
}
