/* CSS Document */
/* Sortable tables */

table.sortable a.sortheader {
    background-color:#ff9933;
    color:#666666;
	font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    display: block;
	text-align: center; 
}

table.sortable span.sortarrow {
    color: black;
	font-size: 11pt;
    text-decoration: none;
}
