.text-bg {
	background-image: url(../images/text-bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
.right-bg {
	background-image: url(../images/right-bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0099FF;
}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}
.left-align {
	text-align: left;
}
.footer-font-color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}

