.CenterNewsBox {
	margin-bottom: 5px;
}


.CenterNewsBox .category {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #236be2;
	text-decoration: none;
}

.CenterNewsBox .category_inline {
	font-style: italic;
	text-decoration: none;
}

.CenterNewsBox .title {
	background-color: #8cb1f0;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

.CenterNewsBox .etitle {
	font-weight: bold;
	color: #236be2;
	text-decoration: none;
}

.CenterNewsBox .date {
	font-size: 10px;
	font-style: italic;
	color: #236be2;
}

.CenterNewsBox .text {
	background-color: #e9f0fc;
	color: #236be2;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.CenterNewsBox IMG {
	border: 1px solid #666666;
}

.CenterNewsBox .more {
	background-color: #e9f0fc;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	color: #236be2;
}

.CenterNewsBox a:link, .CenterNewsBox a:visited { color: #154eaa; }
.CenterNewsBox a:hover, .CenterNewsBox a:active { color: #669cec; text-decoration: none; }

