/* CSS Document */
.px12 {
font-size: 12px;
line-height: 18px;
}

.px12white {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.px12orange {
	font-size: 12px;
	line-height: 14px;
	color: #FF3300;
}

.px14 {
	font-size: 14px;
}

.bk HR {
	background: #FFFFFF center;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bk .tit {
	background: #FFFFCC;
	border-top: 1px none #669999;
	border-right: 1px none #669999;
	border-bottom: 1px dashed #669999;
	border-left: 5px solid #669999;
	width: 720px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
