/* 
-------------------------------
	home.css 
-------------------------------
*/


.home_news {
	width: 449px;
	padding: 0px;
}

.home_news table {
	width: 100%;
}

.home_news_content {
	vertical-align: top;
}

	.home_news_content h4 {
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		line-height: 18px;
		color: #f7961d;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.home_news_content img {
		width: 440px;
		margin-right: 7px;
		border: 3px solid #2d6a9e;
		text-align: center;
	}
	
	.home_news_content_intro {
		padding-top: 10px;
	}
	
.home_news_headers {
	height: 60px;
}