
.text_headline {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 15px;

	color: #231f20;

	text-transform: uppercase;

}

.text_headline_subheadline {
		margin-bottom: 19px;
}

	.text_headline p {
		margin: 0px;
		margin-bottom: 0px;
	}


	.text_subheadline {
		font-family: Helvetica, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 16px;

		color: #14807c;
	}

		.text_subheadline a {
			color: #14807c;
		}

.text_subheadline p {
	margin: 0px;
}


.text_copy {
	font-family: Arial, Sans-Serif;
	font-size: 11px;

	line-height: 20px;

	color: #737a7f;
}

	.text_copy p {
		margin-top: 0px;
		margin-bottom: 19px;
	}

	.text_copy a {
		color: #008dd5;
	}

	.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: #6a6a6a;

		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;
}


.text_photo_inset {
	height: 150px;
	width: 200px;

	float: right;

	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 7px;


	position: relative;
}

	.text_photo_inset_img {
		height: 150px;
		width: 200px;

		border-width: 0px;

		position: absolute;
		top: 0px;
		left: 0px;
	}

