.text {
	font-size: 13px;
	line-height: 19px;
	color: #000000;
}
.text-red {
	font-size: 13px;
	color: #990000;
	line-height: 19px;
}
.title-orange {
	font-size: 17px;
	font-weight: bold;
	color: #FF6600;
	line-height: 25px;
}
.text-link1 {
	font-size: 13px;
	color: #000000;
	line-height: 19px;
}
.text-link1 a:link{
text-decoration:none;
color:#000000;
}
.text-link1 a:visited{
text-decoration:none;
color:#000000;
}
.text-link1 a:hover{
text-decoration:underline;
color:#05b1d0;
}