.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
a {
	text-decoration: none;
	
}
a:hover {
	color: #FF0099;
	text-decoration: underline;
}
.text12blue {
	font-size: 12px;
	color: #003366;
}
.text12up {
	font-size: 12px;
	line-height: 140%;
}
.text16b {
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	color: #CC3366;
}
.text12blue120 {
	font-size: 12px;
	line-height: 120%;
	color: #003366;
}
.text10up {
	font-size: 10px;
	line-height: 130%;
}