@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	FOOTER
------------------------------------------- */
table.frame_links {
	text-align: center;
	font-size: 13px;
	color: #676767;
	margin: 20px auto 0 auto;
}
#footer p {
	margin: 0;
	height: 15px;
	padding: 25px 0 0 0;
	text-align: center;
	color: #676767;
	font-size: 13px;
}
#footer p a {
	color: #676767;
	text-decoration: none;
}
#footer p a:hover {
	color: #0166FF;
	text-decoration: underline;
}
#footer p.copyright {
	font-size: 11px;
	color: #828282;
	height: 30px;
	padding: 10px 0 0 0;
}

