a.footerlink:hover
{
	text-decoration:underline;
}

.Footerlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #ffffff; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Align Text */
	/*vertical-align: top; /* Vertical Align Text */
}
