.bottombar
{
	clear: both;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid gainsboro;
	background-color: white;
	color: gray;
	font-size: 11px;
	line-height: 15px;
}
.bottombar li
{
	font-size: 11px;
	line-height: 15px;
}
.bottombar a
{
	font-size: 11px;
	line-height: 15px;
	color: gray;
}
.bottombar a:hover 
{
	color: black;
}
.bottombar ul
{
	list-style-type: none;	
}