.blackborder {
	border: thin solid #000000;
}
.bottomblackline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a.footerlinks:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlinks:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #999999;
	text-decoration: none;
}
.greyborder {
	border: 1px solid #999999;
}

