/* CSS Document */

 body {
	font-family:"ËÎÌå";
	font-size:12px;
	line-height:23px;
	text-decoration: none;
 }
 h1 {
 margin-top:20px;
 font-size:14px;
 color:#FF5000;
 font-weight:bold;
 text-align:center;
 }
 h2 {
 font-size:14px;
 color:#FF5000;
 font-weight:bold;
 text-align:center;
 }
 .red
{
    font-size: 14px;
    color: #FF5000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
  .red a
{
    font-size: 14px;
    color: #FF5000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
 .white {
 font-size:12px;
 color:#FFFFFF;
 text-decoration:none;
 }
 .white:hover {
 color:#CCCCCC;
 }
 
 .normal {
 font-size:12px;
 color:#000000;
 line-height:23px;
 text-decoration:none;
 }
  .normal a{
 font-size:12px;
 color:#000000;
 line-height:23px;
 text-decoration:none;
 }
 .normal:hover {
 color:#EA6300;
 }
 
 .orange {
 font-size:12px;
 color:#FF5000;
 text-decoration:none;
 }
 .orange:hover {
 color:#FF0000;
 }

 .hot a{
 font-size:12px;
 color:#6A3905;
 line-height:23px;
 text-decoration:none;
 }
 .hot:hover {
 font-size:12px;
 color:#B45D00;
 line-height:23px;
 text-decoration:none;
 }
 .wsdc {
 font-size:12px;
 color:#0071BC;
 font-weight:bold;
 }
 .small {
 font-size:12px;
 color:#000000;
 line-height:15px;
 }
 #link ul {
  margin:0;
  padding:0;
  width:984px;
  height:82px;
  list-style-type:none;
  }
  #link ul li {
  margin:0;
  padding:0 5px 0 20px;
  width:100px;
  height:23px;
  float:left;
  display:block;

  }
    #link ul li a
{
    margin: 0;
    padding: 0 5px 0 20px;
    width: 100px;
    height: 23px;
    float: left;
    display: block;
    background: url(p5.gif) no-repeat left;
    text-decoration: none;
    color: #000000;
}

