img {
border: none;
}

a {
color : #000080;
text-decoration : underline}

a:hover  {
color: red
}


.sort-table {
border: 	none;
}

.sort-table td {
padding: 2px 5px;
}

.sort-table thead td {
border:	none;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
cursor: pointer;
color: #BF4100;
font-size : 10 pt;
font-weight : bold;
text-decoration:underline;
margin: 0 0 1 0;
padding: 3px 4px 1px 6px;
}

.sort-table thead td:active {
border-color: ButtonShadow ButtonHighlight  ButtonHighlight ButtonShadow;
padding: 3px 4px 1px 6px;
}

.sort-arrow {
width:	11px;
height:	11px;
background-position: center center;
background-repeat: no-repeat;
margin:	0 2px;
}

.sort-arrow.descending {
background-image: url("downsimple.png");
}

.sort-arrow.ascending {
background-image: url("upsimple.png");
}
