@charset "UTF-8";
a.footer_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:hover {
	color:#FF0099;
	text-decoration: none;
}

#footer_left {
	position: relative;
	height: 200px;
	width: 280px;
	padding: 10px;
	float: left;
}
#footer_center {
	padding: 10px;
	height: 200px;
	width: 280px;
	position: relative;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
#footer_right {
	position: relative;
	width: 275px;
	float: right;
	height: 200px;
	padding: 10px;
	text-align: right;
}
.footer_heading {
	font-weight: bold;
}
.footer_smalltext {
	font-size: 12px;
}
.copyright {
	font-size: 9px;
	color: #000000;
}