/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/

body {
  margin: 0px;
  padding: 0px;
  color: #192e32;
  font: 12px "微软雅黑";
}

p, td, div {
  font: 12px "微软雅黑";
}

th {
  font: 12px "微软雅黑";
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  font: 12px "微软雅黑";
}
select{
	font-family : Trebuchet MS;
	 margin: 5px;
	  border: solid 1px #ddd;
  padding: 4px;
  line-height: 20px;
  *padding:4px;
}
a:visited {
  color: #eee;
  text-decoration: none;
}

a:link {
  color: #FFF;
  text-decoration: none;
}

.suxin a{
  color: #666;
  text-decoration: none;
}
.suxin a:hover{
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

a:active {
  color: #EB8A3D;
  text-decoration: none;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
}

.nowrap {
  white-space:nowrap;
}