/* News section styles */

#contentx table {
	width: 100%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contentx table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#contentx table td.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;	
}
#contentx table td.doc_type {
	text-align: center;
	width: 21px;	
}
#contentx table tr.doc_alt td {
	background-color: #EDF6FF;	
}
