@charset "utf-8";
/* CSS Document */

#footer {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	display:block;
}

#footer .company{
	line-height: 120%;
	}
	
#footer a{
	color: #333333;
}

#footer a:link{
	text-decoration: underline;
}

#footer a:hover{
	color: #384858;
	text-decoration: none;
}

