html{
    height: 100%;
}

body{
    color: #484941;
    font-family: Arial, Trebuche MS, sans-serif;
    font-size: 12px;
}

td{
    color: #484941;
    font-family: Arial, Trebuche MS, sans-serif;
    font-size: 12px;
}

a{
    color: #484941;
    text-decoration: none;
}

a:hover{
    color: #484941;
    text-decoration: underline;
}

#breadcrumb{
    margin: 15px;
}

#sortcontrol{
    margin: 10px;
}

#sortcontrol select{
    color: #484941;
    font-weight: bold;
}

#searchcontrol{
   margin: 10px;
}

#searchDirections{
   margin: 10px;
}

.currentPage {
    font-weight: bold;
    text-decoration: underline;
}
