@charset "utf-8";
/* CSS Document */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #F40000;
	text-decoration: none
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.FooterHeader {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	width:100%;
	height:30px;
	border-style:none; 
	background-image:url(gradientup.gif);
	padding-top:8px;
	text-align:center;
}

.BigFooterLink {

	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	margin-right:26px;
	margin-top:4px;
}