.text {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #707070;
	text-align: center;
}
.text a:link {
	text-decoration: none;
	font-weight: bold;
	color: #426dc0;
}
.text a:hover {
	border-bottom: 1px dotted;
	border-bottom-color: #275da2;
	color:#275da2;
}
.text a:visited {
	text-decoration: none;
	color: #426dc0;
}
.textlg {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	text-align: center;
}