.CenterNewsBox {
	color: #313C79;
	margin-bottom: 5px;
}

.CenterNewsBox .category {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.CenterNewsBox .title_row {
	background-color: #CFE4F7;
	padding: 3px;
	margin-bottom: 5px;
}

.CenterNewsBox .title {
	color: #313C79;
	font-weight: bold;
	text-decoration: none;
}

.CenterNewsBox .date {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

.CenterNewsBox IMG {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	border: 1px solid #313C79;
}

.CenterNewsBox .text {
	background-color: #EBF3FC;
	color: #313C79;
}

.CenterNewsBox .details_friends {
	background-color: #CFE4F7;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.CenterNewsBox .details_friends .titlenav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
}

.CenterNewsBox .details_friends .titlenav a:link, .CenterNewsBox .details_friends .titlenav a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #313C79;
}

.CenterNewsBox .details_friends .titlenav a:hover, .CenterNewsBox .details_friends .titlenav a:active {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

.CenterNewsBox a:link, .CenterNewsBox a:visited { color: #313C79; text-decoration: none; }
.CenterNewsBox a:hover, .CenterNewsBox a:active { color: #9AAEDE; text-decoration: none; }

