.bottombar
{
	/*clear: both;
	margin-top: 0px;
	padding: 10px;
	border: 1px solid #D0D0D0;
	color: gray;
	font-size: 11px;
	line-height: 15px;
	background-color: #F2F2F2;*/
}
.bottombar
{
	clear: both;
	margin-top: 0px;
	padding: 20px 10px;
	color: gray;
	font-size: 11px;
	line-height: 15px;
	background-color: white;
	border-top: 1px dashed gray;
}
.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;
	padding-left: 0px;
}
