.newsHolder { 
	float: left;
	color: #666;
	margin: 4px; 
}

.newsVsize {
	min-height: 285px;
}

.newsHalf {
	padding: 4px;
	height: 254px;
	background-color: #fff;
	width: 283px;
	float: left;
	display: block;
	overflow: hidden;
}

.newsHolder table {
	border-collapse: collapse;
	border-spacing: 0;
}

.newsHolder .title {
	font-size: 10px;
	font-weight: bold;
}
.newsHolder .desc {
	font-size: 9px;
	font-weight: bold;
}

.newsHolder h1 { 
	margin-bottom: 5px !important;  
	margin-bottom: 0px; 
}
.newsHolder hr { 
	width: 100%; 
	height: 2px;
	border: 1px solid #fff; 
	border-top: 1px solid #f60;
}
.newsHolder img {
	float: left;
	margin-right: 5px;
}
.newsHolder h2 { font-weight: bold; }
.newsHolder h3, .newsHolder h2 {
	letter-spacing: -1px;
	font-size: 13px;
	line-height: 15px;
}
.newsHolder h3 {
	font-size: 12px;
	color: #f60;
	margin-bottom: 3px;
}
.newsHolder p {
	clear: both;
	font-size: 11px;
	font-weight: bold;
}
.newsHolder h4 {
	text-align: right;
}
.newsHolder a {
	border: 0;
	color: #f60;
	font-size: 10px;
	font-weight: bold;
}
.newsHalf a.more {
	position: absolute;
	bottom: 4px;
	right: 5px;
}
.newsHolder a:hover {
	color: #f60;
	background-color: #fff;
	text-decoration: underline;
}
