/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #BBDFFF;
}
.bg {
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.f {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
.list {
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.lm {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.lm2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	line-height: 25px;
}

.list2 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
