/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/


 /* Body  */
.bd {
  margin:0px; 
  font-family:century gothic;
  }

 /* Menu  */
.menu {
	margin-top:-40px;
	text-align:center;
	color:#949698;
	font-size: 16px;
	font-weight:bold;
	}  
	
   /* Footer  */
.ftr {
	width:100%; 
	text-align: center; 
	background-color:#2D5789; 
	color:#FFFFFF; 
	height:50px; 
	font-size: 11px; 
	position: absolute; 
	bottom: 0px;
	}

   /* Footer BU  */
.ftrbu {
	width:100%; 
	text-align: center; 
	background-color:#d71f27; 
	color:#FFFFFF; 
	height:50px; 
	font-size: 11px; 
	position: absolute; 
	bottom: 0px;
	}

   /* Link  */
.link {
	text-decoration:none;
	color:#FFFFFF;
	}

