/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/

body {
  margin: 0px;
  padding: 0px;
  color: #192E32;
  font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
}

p, td, div {
  font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
}

th {
  font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

input, textarea, select, button {
  font: 12px Microsoft Yahei, "courier new";
}

input,textarea{
  outline: 0;
}

a:visited {
  color: #335B64;
  text-decoration: none;
}

a:link {
  color: #335B64;
  text-decoration: none;
}

a:hover {
  color: #EB8A3D;
  text-decoration: underline;
}

a:active {
  color: #EB8A3D;
  text-decoration: underline;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
}

.nowrap {
  white-space:nowrap;
}

.cl-green{
  color:#278296 !important;
}
.cl-orange{
  color: #f18030 !important;
}
.cl-red{
  color: #FF0000 !important;
}

.cl-link{
  color: #0241c0 !important;
}

.cl-light-green{
  color: #80bdcb !important;
}
.cl-link-blue{
  color: #41A5E1 !important
}