/* CSS Document */
#footer {
	margin:20px 0 10px 0;
	padding: 0;
	clear: both;
	text-align: center;
	font-size:12px;
	font-family:Verdana;
	color:#999999;
	letter-spacing: 0em;
}
#bottom_menu{
	margin:20px 0 0 0;
	font-size:12px;
	text-align:center;
}
#bottom_menu a{
	color:#0000FF;
	text-decoration:underline
}
#bottom_menu a:visited{
	color:#999999
}
#bottom_menu a:hover{
	color:#fff;
	background-color:#617CA5
}
