    a:link,  a:visited {
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    a.f:link,  a.f:visited, a.f:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    body {
        margin-left: 15%;
        margin-right: 10%;
	background-color: #FFFFFF;
	color: #000000;
    }
   
    br.cl {
    	clear: left;
    }
   
    br.cr {
    	clear: left;
    }
    
    dl.jd dd {
    	text-align: justify;
    }
    
    h3 {
    	padding: 0px;
	margin: 0px;
    }

    img.logo {
    	vertical-align: baseline;
	margin-right: 15px;
    	border: 0px;
    }
    
    p {
    	text-align: justify;
    }
    
    p.c {
    	text-align: center;
    }
        
    .subsuper sub, .subsuper sup {
    	line-height: 0px;
    }
    
    table.r {
    	float: right;
    }
