#newsArea {
	/*margin: 0 0 30px 0;*/
}
#mainArea h2 {
	font-size: 0;
	line-height: 0em;
}
#newsArea .newsTopics {
	height: 155px;
	overflow: auto;
	overflow-x: hidden;
	background: url(../img/news_bg.gif) repeat-y 0 0;
}

#newsArea ul {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#newsArea ul li {
	margin: 10px 0 4px 12px;
	clear: both;
	list-style-type: none;
}
#newsArea ul li div {
	line-height: 1.4em;
	color: #626160;
}
#newsArea ul li div strong {
	font-weight: normal;
}

#newsArea ul li:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#newsArea ul li{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html #newsArea ul li{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */



#newsArea ul li .left {
	width: 8em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	float:left;
}
#newsArea ul li .right {
	width: 380px;
	text-align: left;
	float:left;
}
#newsArea a {
	padding: 0 0 0 12px;
	background: url(../img/ico_link.gif) no-repeat 0 3px;
	color: #626160;
	text-decoration: underline;/*none*/
	outline: none;
	border: none;
}
#newsArea a:link {
	text-decoration: underline;
	color: #626160;
	}
#newsArea a:visited {
	text-decoration: underline;
	color: #626160;
	}
#newsArea a:hover {
	text-decoration: underline;
	color: #cc0000;
	}
#newsArea a:active {
	text-decoration: underline;
	color: #cc0000;
	outline: none;
	}
#newsArea a:focus {
	outline: none;
	}
/* delate dot boader of link for New Mozilla */
#newsArea a {
	overflow: hidden;
	}
#newsArea a img, :link img, :visited img {
	border: none;
	}