/* CSS Document */

#footer {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer a:link
{
color: #009933;
text-decoration: none;
}

#footer a:hover
{
color: #9933CC;
text-decoration: underline;
}

