body {
    margin: 0;
    padding: 0;
    background-color: #DDFEFF
}

div, p, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, input, select, textarea {
    margin: 0;
    padding: 0;
    font: normal normal 12px/20px "宋体";
    color: #333;
}

form, hr {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fidldset, img {
    border: 0;
}

input {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #122e67;
}

a:hover {
    text-decoration: none;
    color: #ff3300;
}

.font_underline {
    text-decoration: underline;
}

/*Ԥ����ʽ*/
.dis {
    display: block;
}

.undis {
    display: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.dotLine {
    border: 0;
    border-bottom: #ccc 1px dashed;
    height: 1px;
    margin: 5px;
    _margin-top: -10px;
}

.solid_Line {
    width: 95%;
    height: 0;
    margin: 0 auto 3px auto;
    border-top: 1px solid #e1e1e1;
    _margin-bottom: -10px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.orange {
    color: #F60;
}

.blue {
    color: #036
}

.gray {
    color: #999
}

.white {
    color: #FFF
}

