.bg {
	background-repeat: repeat-x;
}
.txt {
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.txt1 {
	font-size: 12px;
	border-top: 2px inset #999999;
	border-right: 2px inset #CCCCCC;
	border-bottom: 2px inset #CCCCCC;
	border-left: 2px inset #999999;
}
.hang {
	line-height: 18px;
}
.bg1 {
	background-repeat: no-repeat;
	background-position: center;
}
.bg2{
	background-repeat: repeat-y;
	background-position: center;
}
.hang1 {
	line-height: 23px;
}
.txt2 {
	border: #CCCCCC;
}
