
.article {
	margin-bottom: 16px;
}

.article_headline {
	color: #000000;
	font-size: 18px;

	line-height: 22px;

	margin-bottom: 16px;
}

	.article_headline p {
		margin: 0px;
		padding: 0px;
	}

.article_subheadline {
	color: #141414;
	font-size: 12px;

	line-height: 15px;

	margin-bottom: 2px;
}

	.article_subheadline p {
		margin: 0px;
		padding: 0px;
	}

.article_copy {
	margin: 0px;
	padding: 0px;

	color: #646464;
	font-size: 12px;

	line-height: 19px;
}

	.article_copy p {
		margin: 0px;
		padding: 0px;

		margin-bottom: 18px;
	}


	.article_copy a {
		color: #0699bf;
	}

	.article_copy ol {
		padding: 0px;
		margin: 0px;

		margin-bottom: 10px;

		padding-left: 10px;

	}

		.article_copy ol li {
			margin-left: 12px;

			list-style-type: decimal;

		}

	.article_copy ul {
		margin-left: 18px;
		padding: 0px;
	}

	.article_copy ul {
		padding: 0px;
		margin: 0px;

		margin-top: -11px;
		margin-left: 0px;
		margin-bottom: 10px;

		padding-left: 10px;
	}

	.article_copy ul li {
		padding-left: 12px;
		margin-left: 0px;

		background-image: url(../../layouts/images/li.gif);
		background-repeat: no-repeat;
		background-position: 4px 8px;

		list-style-type: none;

		font-family: Arial, Sans-Serif;
		color: #646464;
		font-size: 12px;

		line-height: 19px;

		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.article_copy img {
		border-width: 0px;
	}


.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;
}


