﻿body {
    /*   width:1024px;
    margin: 0;*/
}

a {
    text-decoration: none;
}


.divborderbgcolor {
    border: 1px solid #CCCCCC;
    background: #F5F5F5;
}

.divborder {
    border: 1px solid #CCCCCC;
}

.divborderminheight {
    border: 1px solid #CCCCCC;
    height: auto !important;
    min-height: 1000px;
}

.bottomimgwidth {
    width: 98px;
}


.divWidth1140 {
    width: 1140px;
}

.divWidth1024 {
    width: 1024px;
}

.divCenter {
    margin: 0 auto;
}

.divFloatLeft {
    float: left;
}

.divFloatRight {
    float: right;
}

.divWidth100p {
    width: 100%;
}

.divHeight100p {
    height: 100%;
}

.divAlignLeft {
    text-align: left;
}

.divAlignRight {
    text-align: right;
}

.divAlignCenter {
    text-align: center;
}

.divPadding10 {
    padding: 10px;
}

.divClear {
    clear: both;
}

.divSpace {
    width: 100%;
    height: 10px;
}

.divWidth100px {
    width: 100px;
}

.textblue {
    color: blue;
    font-weight:bold;
}
.textred {
    color: red;
    font-weight:bold;
}