#div_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #000000;
	bottom: 0px;
	width: 100%;
	position: fixed;
	left: 0px;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
#div_bottom p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#div_bottom a {
	color: #000000;
	text-decoration: none;
}
#div_bottom a:hover {
	color: #FF0000;
	text-decoration: underline;
}
