/* Version 2009-01-12 */
/*@charset "utf-8";*/

.Foot
{
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #0f173c;
	font-size: 10px;
}

.FootMenu
{
	text-align: center;
	font-size: 12px;
	background: transparent url(line.gif) repeat-x left 10px;
	margin:0px 25px 0 25px;
}
	
.FootMenu a 
{
	font-weight: bold;
	text-decoration: none;
	color: #0f173c;
	background-color: white;
	padding: 0px 4px 0px 4px;
}

.FootMenu a:hover 
{
	font-weight: bold;
	text-decoration: underline;
	color: #0f173c;
}
