@charset "utf-8";
/* CSS Document */


.container-footer-bg
{
	background-color:#49150b;
	padding-bottom:20px;
}

.container-footer-bg2
{
	border-top: 1px solid #ff7200;
	background-color:#300b04;
}

.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: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-copyright a
{
	text-decoration:none;
	color: #FFFFFF;
}
.footer-copyright a:hover
{
	text-decoration:none;
	color: #FFFFFF;
}

