/* News section styles */

#contentx table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;	
}
#contentx table table {
	margin: 0px;
}
#contentx table td {
	padding: 5px;
}
#contentx table table td {
	padding: 0px;
}
.c_title {
	font-size: 14px;
	font-weight: bold;
}
.c_logo {
	width: 100px;
	text-align: right;
}
.c_content {
	background-color: #EDF6FF;
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
