.items_display   { font-family: sans-serif; font-size: 10pt }
/* this is for links that call javascript functions using the onclick so the page does not look funny */
.anchor_link { text-decoration: underline; color: #0000FF; cursor: pointer}
.sort_desc
{
   text-decoration: none;
   background-image: url('images/sort_down.gif'); 
   background-repeat: no-repeat; 
   background-position: center; 
   width:4
}

.sort_asc
{
   text-decoration: none;
   background-image: url('images/sort_up.gif'); 
   background-repeat: no-repeat; 
   background-position: center; 
   width:4
}

.sort_none
{
   text-decoration: none;
   width:4
}

.form_textarea   { font-family: sans-serif; font-size: 10pt }