

.article {
	margin: 0px;

	margin-bottom: 40px;
}

.article_headline {
	color: #c72e15;
	font-size: 15px;

	line-height: 19px;

	margin-bottom: 7px;
}

	.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: #5a5a5a;
	font-size: 11px;

	line-height: 16px;
}

	.article_copy p {
		margin: 0px;
		padding: 0px;

		margin-bottom: 13px;
	}


	.article_copy a {
		color: #c72e15;
	}

	.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: -16px;
		margin-left: 0px;
		margin-bottom: 10px;

		padding-left: 0px;
	}

	.article_copy ul li {
		padding-left: 16px;
		margin-left: 0px;

		background-image: url(../../images/li.gif);
		background-repeat: no-repeat;
		background-position: 4px 7px;

		list-style-type: none;

		/* color: #6a6a6a; */

		font-family: Arial, Sans-Serif;
		font-size: 12px;

		line-height: 20px;

		color: #6194ac;


	}

	.article_copy img {
		border-width: 0px;
	}

/*	.article_copy table {
		border-collapse: collapse;

		border: 0px solid #efefef;

		margin-bottom: 1px;
	}

		.article_copy tr {

		}

		.article_copy th {
			border: 1px solid #9d9d9d;

			background-color: #9d9d9d;

			color: #ffffff;

			line-height: 23px;

			text-indent: 6px;

			text-align: left;
		}

		.article_copy td {
			border: 1px solid #9d9d9d;
			line-height: 23px;

			text-indent: 6px;

		}
*/

.article_copy_img_left {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.article_copy_img_right {
	margin-top: 14px;
	margin-left: 15px;
	margin-bottom: 10px;
}


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

	float: right;

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


	position: relative;
}

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

		border-width: 0px;

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

.article_heading_black {
	color: #000000;
}

.article_heading_grey {
	color: #646464;
}

