.sort-table {
	font-family: verdana; 
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	border-left: thin solid;border-color: #CECFCE;
	border-right: thin solid;border-color: #CECFCE;
}


.sort-table thead{
	background-color: #CECFCE;
}

.sort-table thead td {
	font-size: 12px;
	font-weight: bold;
}

.sort-table tr td {
	border-bottom: thin solid;border-color: #CECFCE; 

}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}



.latestNews-table {
	font-family: verdana; 
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	border-left: thin solid;border-color: #CECFCE;
	border-right: thin solid;border-color: #CECFCE;
	border-bottom: thin solid;border-color: #CECFCE; 
	cellpadding-top: 20px;
}


.latestNews-table  thead{
	background-color: #CECFCE;
}

.latestNews-table  thead td {
	font-weight: bold;
}


.latestNews-table tr td {
	padding-top: 18px;
}