/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/footers/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.footer { 
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 8px 0;
	text-align: center;
}

/* style the links for the top level */
.footer a, 
.footer a:visited {
	padding-top: 8px;
	height:22px;
	font-size: 10px; 
	text-decoration: none;
	color: #666; 
	font-weight: bold;
	outline: none;
}