.FooterBG {
	background-image: url(Footerbg.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
.FT-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2FC3C3;
}
.Ft-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
	border-left-width: 1pt;
	border-left-style: dotted;
	border-left-color: #C1C1C1;
	width: 195px;
	line-height: 18px;
}
.FT-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a.grey:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.grey:visited {
	color: #000;
	text-decoration: none;
}
a.grey:hover {
	color: #000;
	text-decoration: underline;
}
a.grey:active {
	color: #000;
	text-decoration: none;
}
