body {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.content_image_box
{
	border-width: 0px;
	background: transparent;
}

/* BEGIN section for news headline rendering */ 

h3.content_news_article_headline {
font-size:10px;
}
div.news_articles ul li {
margin:0 0 1em;
}

.news_articles ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

	.news_articles li {
		margin: 0;
		padding: 0 0 8px 0;
	}
	
	.news_archives {
		text-align: right;
		font-weight: bold;
		margin-right: 5px;
	}

/* ED section for news headline rendering */ 

/* BEGIN section for customer utilities rendering */ 

div#render_customer_utilties,
div#render_customer_utilties *
{
	padding: 0;
	margin: 0;
}

div#render_customer_utilties ul
{
	list-style: none;
	float: right;
}

div#render_customer_utilties li
{
	display: inline;
	float: left;
}

div#render_customer_utilties .content_image_box
{
	border-width: 0px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div#render_customer_utilties .collection_item_label,
div#render_customer_utilties .collection_item_description
{
	display: none;
}

/* END section for customer utilities rendering */ 