body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

.q {
    zoom: 1;
}

.q:after {
    content: "";
    clear: both;
    display: table;
}

.C-lr {
    clear: both;
    height: 0px;
    width: auto;
    font-size: 0px;
    line-height: 0;
    display: block;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, textarea, select {
    font-family: Verdana, arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

del, ins {
    text-decoration: none;
}

html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
    _overflow-x: hidden;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body {
    font-family: "Arial";
    font-size: 12px;
    color: #000;
}

a, a:hover {
    text-decoration: none !important;
}
*,*:after,*::before {-moz-box-sizing: border-box;-webkit-box-sizing:border-box;box-sizing: border-box;}