.article {
	width: 655px;
	margin-bottom: 30px;
	margin-left: 20px;
	float: left;
}

.articleHeadline {
	font-size: 18px;
	color: #e8511e;
	margin-bottom: 20px;
}

.paragraph {
	margin-bottom: 20px;
	clear: both;
}

.articleText {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #716d69;
}

.articleText ul {
	margin-left: 25px;
}

.articleText ul li {
	list-style-position: outside;
	list-style-type: square;
}	

.articleImage {
}

.articleImage.LEFT {
	margin-right: 20px;
}

.articleImage.RIGHT {
	margin-left: 20px;
}

.pagination {
	padding-top: 10px;
	clear: both;
}

/*
   additional font styles 
*/
.boldOrange {
	font-size: 12px;
	font-weight: bold;
	color: #e8511e;
}

.regularBlackred {
	font-size: 12px;
	font-weight: normal;
	color: #580101;
}

.largeOrange {
	font-size: 18px;
	font-weight: normal;
	color: #e8511e;	
}

table.teaseLinkRadio tbody tr td input {
	width: 100px;	
}

table.teaseLinkRadio tr td {
		border-style: none;
}

li.infomsg {
	font-weight: bold;
	background-color: #e8511e;
	color: #ffffff;
	width: 350px;
	padding-left: 4px;
}
