/* News CSS */

.homenewsdate {
	color:#939393;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	font-size:9px;
}

.newshometitle {
	color:#FE410D;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.newshometitle:hover {
	color:#FE410D;
	text-decoration:underline;
}

.homenewssummary {
	color:#939393;
	font-size:9px;
}

.homenewsreadmore {
	color:#FE410D;
	text-decoration:none;
}

.homenewsreadmore:hover {
	text-decoration:underline;
}

.newstitle {
	color:#FE410D;
	font-size:11px;
	background:none;
	text-decoration:none;
	vertical-align:text-top;
}

.newstitle:hover {
}

.newsDate {
	color:#939393;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	font-size:9px;
	padding-bottom:13px;
}

.newshomesummary {
	margin-left:12px; 
	line-height:normal; 
	padding-top:4px;
}

.readmore {
	color:#FE410D;
	text-decoration:none;
}

.readmore:hover {
	text-decoration:underline;
}

.newsRow {
	margin-left:70px;
}

.newsImage {
	width:90px;
	height:72px;
	margin-right:10px;
	border:1px solid #DEDEDE;
}

.newsImage:hover {
	width:90px;
	height:72px;
	margin-right:10px;
	border:1px solid #FE410D;
}


