/* This is the css file for the Footer component */
.Footer{
	/* border: thin dotted black; */
	clear: all;
	width: 980px;
	table-layout: fixed;
	text-align: center;
}
.FooterHeader{
	background-color: #DCDCDC;
	vertical-align: top;

}
.footer-link:link, .footer-link:visited, .footer-link:active{
	font-weight: none;
	text-decoration: none;
	font-family: Arial; Helvetica; san-serif;
	font-size: 10px;
	color: #666666;
	background-color: none;
	line-height: none;
} 
.footer-link:hover{
	font-weight: none;
	text-decoration: none;
	font-family: Arial; Helvetica; san-serif;
	font-size: 10px;
	color: #000000;
	background-color: none;
	line-height: none;
}
.footer-copyright{
	font-weight: none;
	text-decoration: none;
	font-family: Arial, Helveticak san-serif;
	font-size: 12px;
	color: #666666;
	background-color: none;
	line-height: none;
}
