/* Styles specific to Services pages */


p.servicesmenu {
    color: #006666;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin: 5px;
}


td.servicesmenu {
    background-color: #006666;
    border: groove;
    border-color: #003333;
    border-top: none;
    border-width: thin;
    text-align: center;
}


tr.servicesbody {
    height: 371px;
}

tr.servicesmenu {
    height: 20px;
}


.servicesmenulink {
    color: #ccccaa;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.servicesselectedlink {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}


