﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none;
    word-break: break-all;
}

body {
    font-size: 12px;
    font-family: Arial,SimSun;
    behavior: url(css/css_hover.htc);
    overflow-x: hidden;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a {
    blr: expression(this.onFocus=this.blur());
}

    a:focus {
        outline: none;
    }

    a:hover, a:active, a:focus {
        outline: none;
    }

    a:hover {
        text-decoration: underline;
        color: #004CB2;
    }

.clearit {
    clear: both;
}
