.text {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;

}
.BLUE {
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}

.red {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.reddd {
	font-size: 12px;
	line-height: 18px;
	color: #CC3300;
	text-decoration: none;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.login {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px dotted #006699;
}
a:link {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	line-height: 18px;
}
a:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
	line-height: 18px;
}
a:active {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	line-height: 18px;
}
