@charset "utf-8";
a:link { 
	font-size: 12px; 
	text-decoration:none;
	color:#F00; 
}
a:hover { 
	font-size: 12px; 
	text-decoration: underline; 
	color:#F00; 
}
a:active { 
	font-size: 12px; 
	text-decoration: none; 
	color:#F00; 
}
a:visited { 
	font-size: 12px; 
	text-decoration:underline; 
	color:#F00;
}
.text01 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.text02 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #FF0000;
}
.text03 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #FF0000;
	text-decoration: line-through;
}
.text04 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
.text05 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.text06 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}