table { margin:0; padding: 0; }
.utilities ul { margin: 0; padding: 0; }
.utilities ul li{ display: table-row; }
a img { border: 0; margin: 0; padding: 0;}
.news_articles ul{ margin: 0; padding-left: 10px; }
.news_archives { text-align: right; }
.news_archives a{ font-weight: bold; }

.logo
{
	margin: 0;
	padding: 0;
}

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

/* BEGIN section for customer utilities rendering */ 

div.customer_utilties,
div.customer_utilties *
{
	padding: 0;
	margin: 0;
}

div.customer_utilties ul
{
	list-style: none;
}

div.customer_utilties li
{
	display: inline;
	float: left;
	clear: left;
}

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

div.customer_utilties .collection_item_label,
div.customer_utilties .collection_item_description
{
	display: none;
}

/* END section for customer utilities rendering */

/* BEGIN section for news headline rendering */ 

.headlines h3
{
	display: none;
}

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

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

/* ED section for news headline rendering */  