/* news */

.news {
	width: 878px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
/*	background-image: url(../../IMAGES/HOME/bg_home_news.png);
	background-repeat: no-repeat;
	background-position: left top;
*/}
.news h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	line-height: 180%;
	text-decoration: none;
}
.news h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #860040;
}


.news p {
	line-height: 180%;
}
.news a, .news a:visited {
	font-weight: 700;
	color: #860040;
	text-decoration: none !important;
}
.news a:hover, .news a:visited:hover {
	font-weight: 700;
	color: #353535;
	text-decoration: none;
}

.newsImg {
	width:300px;
	margin: 0 25px 25px 0;
	border:2px solid #ccc !important;
	float:left;
}

