body,
div,
p,
ul,
ol,
dl,
dt,
dd,
li,
form,
input,
table,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

em,
b,
i {
    font-style: normal;
}

p {
    line-height: 1.25em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a.on:hover,
a.cur:hover,
.on a:hover,
.cur a:hover {
    text-decoration: none;
}

img,
a img {
    border: 0 none;
}

ul,
ol {
    list-style-type: none;
}

ul:after,
ol:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.nav-title {
    background-color: #dc2124;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}