.bg-footer {
	background-color: #7C169E;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-links {
	background-color: #7C169E;
	background-image: url(images/bg-links.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #444444;
}
.text-white {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text-small {
}
a:link {
	font-weight: bold;
	color: #CC6A00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #CC6A00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC6A00;
	text-decoration: underline;
}
.text-purple {
	font-weight: bold;
	color: #4C145E;
}
