/* CSS Document */
        .divMenuFooterCont {
            width:100%;
            
        }
        .divMenuFooter {
            color: #f0f0f0;
            float: left;
            line-height: 200%;
        }
        
        .divMenuFooter a {
            color: #f0f0f0;
            text-decoration: none;  
        }
        .divMenuFooter a:hover {
            text-decoration: underline; 
        }
        
        .divMenuFooter .main {
            font-weight: bold;
        }
