@charset "GB2312";
/*
--------------------------------------
     Defalut CSS
 (c) Copyright 2005 Plantations
     version 2005-08-17
--------------------------------------*/
/* Defalut
--------------------------------------*/
body{
  background-color:#fff;
  color:#000;
  font-size:small;
  font-family:"SimSun","SimHei", sans-serif;
}

address, em{
  font-style:normal;
}

img{
  border:0;
}

/* Defalut Link Design */
a:link{
  color:#22275f;
  text-decoration:underline;
}
a:visited{
  color:#800080;
  text-decoration:underline;
}

/* breadcrumbs */
.breadcrumbs{
  list-style:none;
}
.breadcrumbs li{
  display:inline;
}