@charset "UTF-8";

#footer   {
	height: 40px;
	clear: left;
	width: 938px;
}
#footer td {
	font-size: 10px;
	color: #999999;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	vertical-align: middle;
}
#footer  a:link  {
	text-decoration: none;
	color: #999999;
}
#footer a:visited  {
	text-decoration: none;
	color: #999999;
}
#footer a:hover  {
	text-decoration: underline;
	color: #ff0033;
}
#footer a:active  {
	text-decoration: none;
	color: #ff0033;
}
#footer  #footerLeft {
	text-align: left;
}
#footer #footerRight {
	text-align: right;
}
