@charset "utf-8";
/* CSS Document */
a {
	color:#666666;
	text-decoration: none;
}
a:link {
	color: #000000
}     /* δ���ʵ����� */
a:hover {
	color: #c40000
}    /* ���������ͣ�������� */
.strong {
	font-weight:bold;
}
.strong_b {
	font-weight:bold;
	font-size:16px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.clear {
	clear:both;
}
.block {
	opacity:1;
}
.none {
	opacity:0;
}
.white {
	color:#ffffff;
}
