body {
    margin: 0px;
    background-color: #fff;
    color: #78797b;
    font-family: Arial,sans-serif;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(../images/dash.png);
    background-repeat: no-repeat;
    background-position: 0px 20px;
    padding-left: 25px;
    padding-top: 10px;
}
.menu_item, .menu_item:visited {
    font-family: Arial,sans-serif;
    font-size: 14pt;
    width: auto;
    padding-left: 50px;
    height: 40px;
    display: inline;
    text-decoration: none;
    color: #78797b;
}

.selected_menu_item, .selected_menu_item:visited {
    font-family: Arial,sans-serif;
    font-size: 14pt;
    width: auto;
    padding-left: 50px;
    height: 40px;
    display: inline;
    text-decoration: none;
    color: #2D308A;
    font-weight: bold;
    cursor: default;
}

.main_title {
    font-size: 25pt;
    font-weight: bold;
    color: #474747;
    line-height: 30pt;
}

.sub_title {
    font-size: 20pt;
    font-weight: normal;
    color: #474747;
    line-height: 25pt;
}

.sub_title2 {
    font-size: 13pt;
    font-weight: bold;
    color: #474747;
}

.bottom_text {
    color: #fff;
    font-weight: normal;
    font-size: 8pt;
}

.bottom_head {
    color: #868686;
    font-weight: normal;
    font-size: 8pt;
}

.text2 {
    color: #474747;
    font-size: 8pt;
    font-weight: normal;
}

.text3 {
    color: #474747;
    font-weight: bold;
    font-size: 10pt;
}

.button {
    height: 30px;
    background-color: #474747;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.blue_color {
    color: #2D308A;
}

.green_color {
    color: #275127;
}