/* CSS Document */
.footer1 {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	width: 500px;
	margin-top: 0px;
}
.footer2 {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.footer1 a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.footer1 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.footer1 a:hover {
	color:#000000;
	text-decoration: none;
}
.footer1 a:active {
	color:#000000;
	text-decoration: none;
}
.footer2 a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.footer2 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.footer2 a:hover {
	color:#000000;
	text-decoration: none;
}
.footer2 a:active {
	color:#000000;
	text-decoration: none;
}
