/* CSS Document */

#footerDiv {
	background-color:#eeeeee;
	width:950px;
	float:left;
	text-align:center;
	font: Georgia;
	font-size:12px;
	color:#AA0000;
}
a.footerLinks:link {
	color:#AA0000;
	text-decoration:none;
	font-stretch:expanded;
}
a.footerLinks:visited {
	color:#AA0000;
	text-decoration:none;
	font-stretch:expanded;
}
a.footerLinks:hover {
	color:#FF1F55;
	text-decoration:none;
	font-stretch:expanded;
}