@charset "utf-8";
/* CSS Document */

.footerbg {
	width:100%;
	background-image:url(../img/footerbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.contact {
	background-image:url(../img/footer-contact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.footerMenu a:link {
	text-decoration:none;
	color:#891A64;
}
.footerMenu a:hover {
	text-decoration:underline;
	color:#891A64;
}
.footerMenu a:visited {
	text-decoration:none;
	color:#891A64;
}
.footerMenu a:active {
	text-decoration:none;
	color:#333333;
}
.footermenuItems {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#891A64;
	line-height:18px;
	padding-top:5px;
}
.BotMenuBlack {
	color:#333333;
}
.BotMenuBlack a {
	color:#333333;
}
.BotMenuBlack a:link {
	color:#333333;
}
.BotMenuBlack a:visited {
	color:#333333;
}
.BotMenuBlack li a:link {
	color:#333333;
}