/*
  GLOBAL.CSS
  http://www.mattch.net/

*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:15px;
	/* font-weight: bold; */
}
.footer a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	text-decoration: underline;
}
.footer_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:15px;
	font-weight: bold;
}
.footer_menu a:link {
	color: #990000;
	text-decoration: none;
}
.footer_menu a:visited {
	color: #990000;
	text-decoration: none;
}
.footer_menu a:hover {
	text-decoration: overline;
}
.footer_menu a:active {
	text-decoration: overline;
}