// Copyright (C) 2001 ContentGuard Holdings, Inc. All rights reserved. "ContentGuard" is a registered trademark and "XrML", "eXtensible rights Markup Language", the XrML logo, and the ContentGuard logo are trademarks of ContentGuard Holdings, Inc. All other trademarks are properties of their respective owners.

        .c{cursor:hand}
        .b{color:red;font-family:'Courier New';font-weight:bold;text-decoration:none}
        .e{margin-left:1em;text-indent:-1em;margin-right:1em}
        .k{margin-left:1em;text-indent:-1em;margin-right:1em} 

        .xtag{}                 
        .tag{color:darkred}    
        .nsdecl{}              
        .ns{}                  
        .attrdecl{}            
        .attr{}                
        .m{}                   
        .tx{}                   
        .db{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;border-left:1px solid #CCCCCC;font:small Courier} 
        .di{font:small Courier} 
        .doctype{color:blue}    
        .pi{color:blue}         
        .cb{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;font:small Courier;color:#888888} 
        .ci{font:small Courier;color:#888888}

        code
            { 
            font-family: monospace; 
            font-size: 90%
            }
        
        div.exampleOuter
            {
            border: 4px double gray; 
            margin: 0em; 
            padding: 0em; 
            }  
        div.exampleInner 
            { 
            background-color: #d5dee3;
            border-top-width: 4px;
            border-top-style: double;
            border-top-color: #d3d3d3;
            border-bottom-width: 4px;
            border-bottom-style: double;
            border-bottom-color: #d3d3d3;
            padding: 4px; 
            margin: 0em 
            }
        div.exampleInner pre  
            { 
            margin-left: 1em; 
            margin-top: 0em;
            margin-bottom: 0em; 
            display:block; 
            padding: 0em;
            }

        div.exampleWrapper 
            { 
            margin: 4px 
            }
        div.exampleHeader 
            { 
            font-weight: bold;
            margin: 4px;
            }
