    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;
    }
    
    body {
    	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    body.scrollable_image {
    	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	color: #000000;
    }
  
    br.cr {
    	clear: right;
    }

    h1 {
    	margin-bottom: 0px;
    }

    h3.nav {
    	margin-top: 0px;
	margin-bottom: 0px;
    }

    img.border0 {
    	border: 0px;
    }

    img.button {
    	border: 0px;
	vertical-align: middle;
    }

    img.pan800 {
    	border: 0px;
	z-index: 0;
    }

    img.r {
    	border: 0px;
   	float: right;
	margin-left: 12px;
    }

    img.thumb {
    	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 1;
        background: transparent;
    }
    
    div.chooseimage {
    	margin-left: 15%;
    }
    
    div.chooseimage ul li {
    	font-size: 150%;
    }
    
    div.chooseimage ul li ul li {
    	font-size: smaller;
    }

    div.documentation {
        margin-left: 7.5%;
        margin-right: 5%;
    }
    
    div.documentation  p {
    	text-align: justify;
    }
    
    div.toolsummary ul li {
    	font-weight: bold;
    }

    p.copying {
    	margin-left: 5%;
   	margin-right: 5%;
     	text-align: justify;
	font-size: smaller;
	font-family: sans-serif;
	font-style: italic;
    }

    p.image {
    	text-align: center;
    }

    table.footer {
    	width: 100%;
    }
    
    table.footer td.left {
    	width: 50%;
	text-align: left;
	font-style: italic;
	vertical-align: top;
    }
    
    table.footer td.right {
    	width: 50%;
	text-align: right;
	vertical-align: top;
    }
    
    table.footer table.buttons {
	margin-left: auto;
    }
    
    table.footer table.buttons td {
	text-align: center;
    }

    td.l {
    	width: 20%;
	padding-top: 10px;
    }

    td.m {
    	width: 60%;
    	text-align: center;
	vertical-align: top;
    }

    td.r {
    	width: 20%;
    	text-align: right;
	padding-top: 10px;
    }
