@charset "UTF-8";
/* CSS Document */

.newsItem {
	padding:10px 0px 20px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #d5dcdc;
}

.newsLeft {
	float:left;
	width:120px;
	margin-right:18px;
	display:inline;
	color:#999999;
	font-size:11px;
}

.newsRight {
	float:left;
	width:330px;
	display:inline;
}

.roundBox {
	margin:5px 0px 25px 40px;
	padding:0px 0px 0px 0px;
	width:736px;
}

.topCorners {
	background:url(../images/topCorners.jpg);
	width:736px;
	height:11px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.bottomCorners {
	background:url(../images/bottomCorners.jpg);
	width:736px;
	height:11px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.boxContent {
	background:#c9e0e9;
	padding:0px 10px 0px 10px;
	margin:0px;
	font-size:11px;
	line-height:14px;
	color:#58595b;
}

.boxContent a {
	color:#58595b;
}

.boxContent a:hover {
	color:#2486ad;
}

.arrows {
	padding-right:20px;
	height:17px;
	display:inline;
	float:right;
	background:url(../images/blueArrow.jpg) no-repeat -4px right;
}

.arrows:hover {
	background-position:-21px right;
}