
.text_headline {
	font-size: 23px;
	line-height: 26px;

	color: #444b4c;
}

.text_headline p {
	margin: 0px;
	margin-bottom: 12px;
}


.text_subheadline {
	font-size: 12px;
	line-height: 16px;

	color: #444b4c;

	font-weight: bold;

	margin-bottom: 2px;
}

.text_subheadline p {
	margin: 0px;
}


.text_copy {
	font-family: HelveticaNeue, Helvetica, Arial, Sans-Serif;
	font-size: 12px;

	line-height: 16px;

	color: #737a7f;
}

	.text_copy p {
		margin-top: 0px;
		margin-bottom: 18px;
	}

	.text_copy a {
		color: #832f09;
	}

	.text_copy ol {
		padding: 0px;
		margin: 0px;

		margin-bottom: 10px;

		padding-left: 10px;

	}

		.text_copy ol li {
			margin-left: 12px;

			list-style-type: decimal;

		}

	.text_copy ul {
		margin-left: 18px;
		padding: 0px;
	}

	.text_copy ul {
		padding: 0px;
		margin: 0px;

		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 10px;

		padding-left: 0px;
	}

	.text_copy ul li {
		padding-left: 12px;
		margin-left: 0px;

		background-image: url(../images/li.gif);
		background-repeat: no-repeat;
		background-position: 4px 6px;

		list-style-type: none;

		color: #737a7f;

		line-height: 16px;
	}

	.text_copy img {
		border-width: 0px;
	}

	.text_copy table {
		border-collapse: collapse;

		border: 0px solid #efefef;

		margin-bottom: 1px;
	}

		.text_copy tr {

		}

		.text_copy th {
			border: 1px solid #9d9d9d;

			background-color: #9d9d9d;

			color: #ffffff;

			line-height: 23px;

			text-indent: 6px;

			text-align: left;
		}

		.text_copy td {
			border: 1px solid #9d9d9d;
			line-height: 23px;

			text-indent: 6px;

		}

.text_copy_img_left {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.text_copy_img_right {
	margin-top: 14px;
	margin-left: 15px;
	margin-bottom: 10px;
}

