@charset "utf-8";
.f01 {
	font-size: 11px;
	color: #333333;
	font-family: Arial;
}
.item {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.item:hover {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.border {
	border: 1px solid #FFFFFF;
}

