/*	INDUSTRY NEWS CSS */
td.industrynews_left {
	text-align: left;
	vertical-align: top;
    padding: 5px;
	padding-bottom: 0px;
	border: none;
}
td.industrynews_right {
	text-align: left;
	vertical-align: top;
    padding: 5px;
	border: 1px solid #cccccc;
}
td.industrynews_middle {
	padding: 5px;
}
div.industrynews_break { 
	background-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.industrynews_feed {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
div.industrynews_header { 
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #000000;
	color: #FFFFFF;
}
td.industrynews_header {
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: none;
	background: #000000;
	color: #FFFFFF;
}
td.industrynews_footer1 {
	font-size: 11px;
	padding: 2px;
	padding-left: 6px;
	background-color: #9bf38f;
}
td.industrynews_footer-1 {
	font-size: 11px;
	padding: 2px;
	padding-left: 6px;
	font-weight: bold;
	background-color: #ffcaca;
}
td.industrynews_footer0 {
	font-size: 11px;
	padding: 2px;
	padding-left: 6px;
}

a.industrynews_feed_link:link { color: #000000; text-decoration: underline; }
a.industrynews_feed_link:visited { color: #000000; text-decoration: underline; }
a.industrynews_feed_link:hover { color: #8f0002; text-decoration: underline; }

a.industrynews_header_link:link { color: #FFFFFF; text-decoration: underline; }
a.industrynews_header_link:visited { color: #FFFFFF; text-decoration: underline; }
a.industrynews_header_link:hover { color: #FFFFFF; text-decoration: underline; }
/*	END INDUSTRY NEWS CSS */