/* CSS Document ********************************************
Ubiquitous Page Footer - Morning By Morning 

This style sheet formats the footer text, colors, and handles 
hovering behaviors. Minimal table attributes are set, the rest is 
left to html; cleaner that way, especially with corner images. 

possible colors:
#F5D000 - harvest gold
#EF8C29 - gold
#ED0000 - dark red
#292173 - dark purple
#003399 - medium blue
************************************************************/
.footer {
	font: normal 11px/16px arial;
	font-weight: 600;
	color: #003399;
	text-decoration: none;
}
table.footer {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	text-decoration: none;
}
table.footer a:link {
	text-decoration: none; 
	color: #003399;
}
.footer a:visited {
	text-decoration: none;
	color: #003399;
}
table.footer a:hover {
	background-color: transparent;
	color: #F5D000;
	color: #EF8C29;
}
p.footer {
	font: normal smaller sans-serif;
}