body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    text-align: left;
    color: #333;
    color: #333;
    line-height: 1.5;
    margin: 0;
    padding: 10px 0 20px 0;
    color: #333;
}

#CommonTabBar ul {
    margin: 0;
    height: 30px;
    background-color: #2D588F;
    margin-bottom: 15px;
    margin-top: 7px;
}

#CommonTabBar div ul {
    list-style: none;
    overflow: hidden;
    padding: 0 10px;
}

#CommonTabBar li {
    float: left;
}

    #CommonTabBar li a, #CommonTabBar li span {
        color: #fff;
        display: block;
        float: left;
        padding: 0 11px 0 12px;
        border-left: 1px solid #000;
        text-decoration: underline;
        line-height: 13px;
        margin-top: 7px;
        margin-bottom: 6px;
    }

#CommonTabBar div ul li.first a, #CommonTabBar div ul li.first span {
    border: 0;
}

a:link {
    color: #16387C;
    text-decoration: underline
}

a:visited {
    color: #16387C;
    text-decoration: underline
}

a:active {
    color: #16387C;
    text-decoration: underline
}

a:hover {
    color: #16387C;
    text-decoration: none
}

H1 {
    FONT-SIZE: 18px;
    COLOR: #224488;
    margin: 10px 0 20px 0;
}

h2 {
    FONT-SIZE: 15px;
    margin: 10px 0 10px 0;
}

img {
    border: 0;
}

td {
    vertical-align: top;
}

#Common {
    margin-top: 0px;
    background-color: #ffffff;
    width: auto;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px 10px 30px;
    border: solid 1px #dbdbdb;
}

#CommonHeader {
    width: 100%;
    margin: 0 0 0 0;
}

#footer {
    margin: 50px 0 50px 0;
    border-top: solid 1px #efefef;
    padding: 30px;
    text-align: center;
}

#rightpanel {
    width: 160px;
    padding-left: 10px;
}

.example {
    font-size: 110%;
    font-family: "Segoe UI", sans-serif;
}

.box {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px;
}

.f4 {
    background-color: #f5f5f5;
}

.strong {
    font-weight: bold;
    font-size: 100%;
    margin: 0 0 10px 0;
}

code {
    font-size: 11px;
}

table.Grid {
    border-width: 5px;
    border-style: none;
    background-color: White;
    border-color: gray;
}

    table.Grid TD, table.Grid TH {
        padding: 4px 6px 4px 6px;
        border: solid 1px #E1E1E1;
        vertical-align: top;
    }

    table.Grid TH {
        background-color: #efefef;
        background: url(/images/sidebartitle.gif);
        font-weight: bold;
        color: #505050;
        text-align: left;
    }

#features li {
    margin: 10px 0 10px 0;
}

.TitleArea {
    
    color: #000000;
    height: 50px;
}

.Title {
    height: 40px;
    padding: 5px 0 0 10px;
    
    font-size: 22px;
    color: #000000;
    margin: 0px;
    margin-bottom: -5px;
    font-weight: bolder;
}

    .Title A:LINK {
        color: #000000;
        text-decoration: none;
    }

    .Title A:VISITED {
        color: #000000;
        text-decoration: none;
    }

    .Title A:ACTIVE {
        color: #000000;
        text-decoration: none;
    }

.TitleDescription {
    position: relative;
    
    top: -10px;
    padding: 0px 0px 0px 12px;
    color: #555555;
    font-size: 11px;
    margin: 0px;
    margin-bottom: -14px;
}

    .TitleDescription A:LINK {
        color: #000000;
        text-decoration: none;
    }

    .TitleDescription A:VISITED {
        color: #000000;
        text-decoration: none;
    }

    .TitleDescription A:ACTIVE {
        color: #000000;
        text-decoration: none;
    }
