BODY,TD {
	font-size : 13px;
	color: #333333;
	font-family: "Lucida Sans Unicode","MS UI Gothic","SimSun";
	line-height : 1.3em;
}
th {
	font-size : 13px;
	color : black;
	font-family: "Lucida Sans Unicode","MS UI Gothic","SimSun";
	line-height : 1.3em;

  padding-top : 4px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  background-image : url(../img/th.jpg);
}
a{
  text-decoration : underline;
  color : #003073;
}
a:link{
  text-decoration : underline;
  color : #003073;
}
a:visited{
  text-decoration : underline;
  color : #003073;
}
a:hover{
  text-decoration : underline;
  color : #b21f12;
}
a:active{
  text-decoration : underline;
  color : #b21f12;
}
.font11{
  font-size : 11px;
}
.chu{
  font-size : 11px;
  color : #ff6000;
}
ol{
  list-style-type : decimal;
  list-style-position : outside;
  margin-left : 20px;
  margin-bottom : 7px;

}
ul{
  margin-left : 20px;
  margin-bottom : 5px;
  list-style-type : disc;
  list-style-position : outside;
  list-style-image : url(../img/ligray.gif);
}
INPUT{
  font-size : 13px;
}
TEXTAREA{
  font-size : 13px;
}
H1{
  font-size : 14px;
  font-weight : bold;
  color : #d20000;
}
