/* CSS Document */

.footer {
	width:801px;
	height:150px;
	top:0px;
	vertical-align:bottom;
	border:0px red solid;
	position:relative;
	clear:both;
}

a.footerLink {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

a.footerLink:hover {
	text-decoration:underline;
	color:#0066CC;
}


a.greenfooterLink {
	font-size:11px;
	color:#669900;
	text-decoration:none;
}

a.greenfooterLink:hover {
	text-decoration:underline;
	color:#339900;
}



.linkSep {
	font-size:11px;
	color:#999999;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}