﻿    body { 
	background-color : rgba(160, 170, 180,1) ;
	text-align: center;
	font-family: Times New Roman, Helvetica, Comic Sans MS;
	overflow:hidden;
	user-select: none;   
	display: inline-block; 
	box-sizing: border-box; 
    }

    .flexcroll{
	scrollbar-face-color: rgba(22,114,50,0.7);
	scrollbar-highlight-color: rgba(22,114,50,1);
	scrollbar-3dlight-color: rgba(22,114,50,1);

	-moz-scrollbar-highlight-color: rgba(22,114,50,1);
	-moz-scrollbar-3dlight-color: rgba(22,114,50,1);

	-webkit-scrollbar-highlight-color: rgba(22,114,50,1);
	-webkit-scrollbar-3dlight-color: rgba(22,114,50,1);

	overflow:auto; 
    }

    .flexcroll::-webkit-scrollbar {
	width: 16px;
	height: 16px;
    }
 
    .flexcroll::-webkit-scrollbar-track {
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    }
 
    .flexcroll::-webkit-scrollbar-thumb {
    	-moz-border-radius:6px;
    	-webkit-border-radius: 6px;
	border-radius: 6px;
   	background: silver; 
   	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }

    div {
 	 background-color : rgba(0, 0, 0, 0) ;
	 vertical-align: middle;
	 text-align: center;
	 margin:auto;
	 border: 0;
	 box-sizing: border-box;
	 user-select: none;

    }

    div.DIV_main { 
  	position: absolute;
  	left:0px;
 	top:0px;
  	width:100%;
     	height:100%;

     	text-align:text-top;     

    }

    .topBarCaptionDIV {
        position:relative;
 	font-weight:bold; 
	font-size:18px; 
	margin:auto; 
	padding:7px 20px 0px 20px; 
	text-align:center;  
	height:100%; 
	color:snow;
        font-family:Times New Roman;
        width:300px;
    }

    .topbarDIV {
	position: absolute; 
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	background-color: rgba(9, 114, 159, 1);
	border-bottom:4px solid rgba(116, 128, 132,1);
        box-shadow: 0px 10px 10px rgba(90,90,90 ,0.3);
    }

    h2 { 
	color:rgba(0, 76, 102, 1); 
	top-margin:10px; 
    }

    p.ptut {
	text-align:left; 
	font-size:18px;
    }
    li.litut {
	color:rgba(0, 76, 102, 1); 
	font-size:18px; 
	margin-top:10px;
    }
    img.itut { 
	width:300px; 
	height:400px; 
	margin:10px 10px 10px 10px;
    }
    a {
	color:rgba(0, 76, 102, 1);
    }
    td {
	padding:10px 10px 10px 10px; 
	color:rgba(0, 76, 102, 1);
    }
