.red:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height: 18px;
}
.l1 {
	padding-left: 8px;
}

.red:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height: 18px;
}
.red:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	line-height: 18px;
}
.black:link {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.black:visited {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.black:hover {
	font-size: 12px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: underline;
}
.blue:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.blue:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.blue:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.linehight {
	height: 22px;
	padding-left: 12px;
}
.detail {
	font-size: 12px;
	line-height: 22px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 14px;
}
