@charset "utf-8";
.BizStyle {
	background-image: url(BizBK.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.BizStylediv {
	left:13px;
	top:0px;
	width:450px;
	height:200px;
	float: none;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: normal;
}
.BizPinkList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	background-color: #F5D4CF;
	border: 1px solid #CCCCCC;
	overflow: auto;
	position: relative;
	height: 100px;
	width: 150px;
	line-height: 18px;
	top: 90px;
	right: -240px;
	padding: 3px;
}

.BizPinkTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006734;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	position: relative;
	height: 50px;
	width: 150px;
	line-height: 18px;
	top: 90px;
	right: -240px;
	padding: 3px;
}

