/* 全局CSS定义 */
body {
	font-size:14px;
	background-color: #FFFFFF;
	font-family: "宋体";
	color: #000000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form,img,ul,li, {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0;}
p {
	TEXT-ALIGN: left;
	text-indent: 2em;
	line-height: 160%;
	letter-spacing: 0.1em;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
tr{
	line-height: 150%;
}
td{
	line-height: 150%;
}
/* 链接颜色 */
a{
	text-decoration: underline;
	color: #0000FF;

}

a:hover {text-decoration:underline;}

/* 字体属性 [定义规则，小写f加属性名称] */
.f12px{ font-size:12px;}
.f13px{
	font-size:13px;
	font-weight: bold;
}
.f22px{
	font-size:22px;
	font-weight: bold;
}
.hidden {
	DISPLAY: none
}
.STYLE1 {
	color: #0000FF;
	font-size: 16px;
}
.STYLE2 {color: #6699FF}
