  
      *,ul,li{
        padding: 0px;
        margin: 0px;
      }



      body{
        width: 1000px;
        margin: 0 auto;
        background: #D7FDF4;
        background-image: url(../images/bg01.gif);
      }

      .adimgwh{
        width: 1000px;
        height: 80px;
      }

      a{
    color:inherit;text-decoration:none
}
a:hover{
    color:#dc1313;text-decoration:underline
}


.bgWhiteBlack {
    background: white;
    color: black;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}

.bgGreenRed {
    background: #00FF00;
    color: red;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}

.bgFC9Red{
    background: #FFCC99;
    color: red;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}

.bgCOBlack{
    background: #C0C0C0;
    color: black;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}


.bgF7Blue{
    background: #C7BB7F;
    color: blue;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}

.bgRedYell{
    background: red;
    color: yellow;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    padding: 0px;
    margin: 0px;

}

.gg{
  background: #FFCC99;
}

.gg td {
    padding: 8px;
    border: 1px solid #C0C0C0;
    text-align: center;
    font-size: 18pt;
    font-family: "微软雅黑";
    font-weight: bold;
}



.am{
  background:  #FFB5B5;
}

.am td {
    padding: 8px;
    font-weight: bold;
    border: 1px solid #9C9A84;
}



.xg{
  background: #C6BA7B;
}

.xg td {
    padding: 8px;
    font-weight: bold;
    border: 1px solid black;
}


.xgsx td{
  background: #C6BA7B;
   padding: 8px;
    font-weight: bold;
    border: 1px solid #008000;
    text-align: center;
}
