.Footer {
		
	position:relative;
	
			
	padding-left:10px;
	padding-right:10px;
	
		padding-top:3px;
	padding-bottom:3px;
	
	/*background-color:rgb(61,126,179);*/
	
	border-left:0px solid rgb(0,0,255);
	border-right:0px solid rgb(0,0,255);
	border-top:0px solid rgb(0,0,255);
	border-bottom:0px solid rgb(0,0,255);
	
	color:rgb(74,113,168);
	


	
	text-align:center;
	/*
	background-image: url(footer_tlo.jpg);
	
	
	background-position:top center;
	background-repeat: repeat-x;
	*/
	
	
	}
	
.Footer p{
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	
}


div.Footer a{
 color:rgb(74,113,168);
  /*font-size:7pt;*/
  text-decoration:none;
}


div.Footer a:hover{
  color:rgb(255,255,255);
  text-decoration:none;
}


div.Path a{
  color:rgb(180,180,180);
  text-decoration:none;
  
}


div.Path a:hover{
   color:rgb(255,255,255);
  text-decoration:none;
}


.Path {
	width:auto;
	
	/*min-width:120px;*/
	
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	
	border-top:0px solid rgb(220,220,220);
	border-left:0px solid rgb(220,220,220);
	border-right:0px solid rgb(220,220,220);
	border-bottom:0px solid rgb(248,155,60);
	
	
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:3px;
	
	color:rgb(180,180,180);
	
	
	
}