/* CSS Document */

.footer	{
	color:#939393;
	font-size:9px;
	background-color: #E9E9E9;
	padding-top:10px; 
	padding-bottom: 25px;
}	
.footer a	{
	color:#939393;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
}
.footer a:hover	{
	color:#939393;
	font-size:11px;
	text-decoration:underline;
	font-weight:600;
}
.footer span	{
	color:#9C9C9C;
	font-size:10px;

}	
.footer span a	{
	color:#9C9C9C;
	font-size:10px;
	text-decoration:none;
	font-weight:100;
}
.footer span a:hover	{
	color:#9C9C9C;
	font-size:10px;
	text-decoration:underline;
	font-weight:100;
}							

.footer_text_divider {
	padding-left: 18px;
	padding-right: 18px;
}
