/* CSS Document */
td{font-size:12px;}
body{margin:0px;}
/*a{text-decoration: none;}  链接无下划线,有为underline */ 
/*a:link {color: #000000;}  未访问的链接 */
/*a:visited {color: #333333;}  已访问的链接 */
/*a:hover{color: #ae0927;}  鼠标在链接上 */ 
/*a:active {color: #0000ff;}  点击激活链接 */
a                      {text-decoration:none; font-weight:normal}
a:link                 {font-size:13px; color: #000000;font-weight:normal}
a:visited              {font-size:13px; color: #000000;font-weight:normal}
a:hover                {font-size:13px; color: #BB3830;text-decoration:underline;font-weight:normal}
a:active               {font-size:13px; color: #000000;font-weight:normal}

a                         {text-decoration:none; font-weight:bold}
a.dh:link                 {font-size:13px; color: #555555; font-weight:bold}
a.dh:visited              {font-size:13px; color: #555555; font-weight:bold}
a.dh:hover                {font-size:13px; color: #BB3830; font-weight:bold}
a.dh:active               {font-size:13px; color: #555555; font-weight:bold}


a                         {text-decoration:none;}
a.dh1:link                 {font-size:12px; color: #000000; }
a.dh1:visited              {font-size:12px; color: #000000; }
a.dh1:hover                {font-size:12px; color: #BB3830; }
a.dh1:active               {font-size:12px; color: #000000; }


.zy{color:#444034; font-size:13px;}
.hc{ color:#555555; font-weight: normal; padding-left:6px; font-size:12px;}
.hc1{ color:#555555; font-weight:bold; padding-left:6px; font-size:13px;}
.hc2{ color:#494850; font-weight:bold; padding-left:10px; font-size:13px;}
.lm{ color:#555555;}