table.tablesorter {
	font-family:"Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #C7DEE0;
	font-size: 13pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(UpDn.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(Dn.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(Up.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #33CC99;
}
