@charset "utf-8";
/* CSS Document */

.footer-heading
{
	font-size: 11pt;
	font-weight: bold;
	color: #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer-content
{
	font-size:	9pt;
	text-align: justify;
	color: #ddd;
}
.footer-copyright
{
	font-size: 9pt;
	font-weight: normal;
	color: #147de9;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-copyright a
{
	text-decoration:none;
}
.footer-copyright a:hover
{
	text-decoration:none;
	color: #fff;
}

