/* CSS Document */

#bottom-links {
	float: left;
	width: 800px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 5px;
	font-family:Arial;
	font-size: 10px;
	line-height:15px;
	color: #003366 ;
	position:relative;
	letter-spacing: 1px;
	clear: both;
	border-top:1px #666666 dotted;
}
#bottom-links a {
	padding-left:5px;
	padding-right:10px;
	color: #003366;
	text-decoration: none;

}
#bottom-links a:hover {
	color:#c06e08;
	border-bottom-width: 1px;
}

#footer_text {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align:middle;
	text-align: center;
	width:auto;
}
