html, body {
    background: #ffffff;
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #535353;
    width: 100%;
}

img {
    border: 0;
}

a {
    color: #535353;
    text-decoration: underline;
}

    a:hover {
        color: #cc0000;
    }

h1 {
    font-size: 25px;
    margin-bottom: 5px;
}

h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.noWrap {
    white-space: nowrap;
}

.red_color {
    color: #cc0000;
}

.dark_gray_color {
    color: #898989;
}

.gray_color {
    color: #dcdcdc;
}

.white_color {
    color: #ffffff;
}

.layout {
    margin: 0 10px;
}

.body {
    width: 100%;
    height: auto;
}

.pager {
}

    .pager a, .pager span {
        display: inline-block;
        background-color: #e2e2e2;
        padding: 5px 8px;
        margin-right: 5px;
        text-decoration: none;
    }

    .pager a.active {
        background-color: #CC0000;
        color: #ffffff;
    }

    .pager .left_disabled,
    .pager .right_disabled {
        background-color: #eeeeee;
        color: #AAAAAA;
    }
