﻿@charset 'utf-8';

.dContentFooterBox
{    
  width: 1000px;
  height: 46px;
    
  float: left;
  
  text-align: center;
  
  font-size: 14px;
  font-weight: bold;
  
  background-image: url(/util/img/footerBar.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;

  margin-top: 11px;        
}

.dLinkBox
{
  padding-top: 12px;  
}

.dLinkBox a
{  
  font-size: 14px;
  font-weight: bold;
}