    body {
        background-color: #335482;
        margin: 0px; 
        color: #000000; 
        font-family: sans-serif;
        }  
    
    a:link {
        color: #015A7F; 
        font-weight: normal; 
        text-decoration: none; 
        }
        
    a:visited {
        color: #003770; 
        font-weight: normal; 
        text-decoration: none;; 
        }
        
    a:active,a:hover {
        color: #0E136C; 
        font-weight: normal; 
        text-decoration: underline; 
        }

    a.under:link {
        color: #015A7F; 
        font-weight: normal; 
        text-decoration: none; 
        }
        
    a.under:visited {
        color: #003770; 
        font-weight: normal; 
        text-decoration: none; 
        }
        
    a.under:active,a.under:hover {
        color: #0E136C; 
        font-weight: normal; 
        text-decoration: none; 
        }

    
    div.text {
        line-height: 17px;
        width: 440px;
        text-align: justify;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: #ffffff solid 0px;
        text-align: justify; 
        font-family: verdana, sans-serif; 
        background-color: #CCE6FF;
        font-size: 11px;
        }
        
    div.links {
        width: 140px;
        padding: 5px;
        background-color: #CFDBEA;
        font-family: verdana, sans-serif; 
        font-size: 11px;
        }
        
    img.icon {
        border: #000000 solid 1px;
        margin-right: 8px;
        }
        
    span.caption {
        display: block; 
        text-align: center;
        }

    span.indent {
        display: block; 
        margin-left: 30px;
        }

