@charset "utf-8";
/* CSS Document */
#terms
{
	float: left;
	clear: both;
	margin: 12px 0px 0px 0px;
	padding-bottom: 6px;
	width: 963px;
}

.text_holder
{
	float: left;
	clear: both;
	background: none;
	border: 1px solid #23283f;
	margin: 6px 0px 0px 6px;
	width: 935px;
	color: #fff;
	font-size: 12px;
	padding: 7px;
	word-break: loose;
}
	.text_holder a
	{
		color: #fff;
		text-decoration: none;
	}
	.text_holder a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	.text_holder h2
	{
		font-size: 14px;
		font-weight: bold;
	}
	.text_holder p
	{
		font-size: 12px;
	}