﻿body {
    margin: 15px;
}

ul {
    margin-top: 10px;
    margin-left: 20px;
}

#grayBorder {
    border: solid 1px #BBBBBB;
}

.dgObjStyle {
    border: solid 1px #BBBBBB;
    width: 300px;
    height: 18px;
    font-family: Verdana, Arial;
    font-size: 11px;
}

#bodyText {
    font-family: Verdana, Arial;
    line-height: 15px;
    font-size: 11px;
    color: #60685E;
}

table, th {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: White;
    font-weight:normal;
}

table, tr, td {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: black;
    font-weight:normal;
}

table#dgMainNav A:ACTIVE, table#dgMainNav A:VISITED, table#dgMainNav A:LINK {
    font-family: Verdana, Arial;
    font-size: 10px;
    background: transparent;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

table#dgMainNav A:HOVER {
    font-family: Verdana, Arial;
    font-size: 10px;
    background: transparent;
    color: #60685E;
    text-decoration: underline;
}

#pageHeading {
    font-family: Verdana, Arial;
    font-size: 20px;
    color: #000000;
}

#subHeading {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

table#OtherLinks A:ACTIVE, A:VISITED, A:LINK {
    font-family: Verdana, Arial;
    font-size: 11px;
    background: transparent;
    text-decoration: underline;
    color: #7C817A;
}

table#OtherLinks A:HOVER {
    font-family: Verdana, Arial;
    font-size: 11px;
    background: transparent;
    color: #000000;
    text-decoration: underline;
}