html, body, table, tr, td {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
}


html, body {
    color: #000000;
    background-color: #DBE7BE;
    height: 100%;
}

p {
    margin: 0px;
}

td.menu-body {
    padding: 3px;
}

.round-border {
    border: 1px solid #BFDEED;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 15px;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 11px;
}

a {
    color: #222222;
    text-decoration: underline;
}

a:hover {
    color: #222222;
    text-decoration: underline;
}

a.black {
    color: #0D0D0D;
    text-decoration: none;
}

a.black:hover {
    color: #0D0D0D;
    text-decoration: underline;
}

a.gray {
    color: #6A6A6A;
    text-decoration: none;
}

a.gray:hover {
    color: #6A6A6A;
    text-decoration: underline;
}
