﻿#footer
{
	width:100%;
	height:24px;
	background-color:#d9dadb;
	border-top: solid 1px #a0a2a5;
}

#footer table tr td
{
	color:#000000;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
}

#footer a
{
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}