
.body a {
	color: #2D64B3;
	text-decoration: none
}
.body a:hover {
	text-decoration: underline
}
.body a:visited {
	color: #2D64B3;
	text-decoration: none
}
.block {
	display: block
}
.inline {
	display: inline
}
.inline-block {
	display: inline-block
}
.link-color {
	color: #017492
}
.tx-right {
	text-align: right
}
.tx-left {
	text-align: left
}
.right {
	float: right
}
.left {
	float: left
}
.mt15 {
	margin-top: 15px
}
.mt10 {
	margin-top: 10px
}
.mt4 {
	margin-top: 4px
}
.center {
	text-align: center
}
.f-1f83a1 {
	color: #1F83A1
}
.f-666 {
	color: #666
}
