.body {
	background-color:RGB(255,255,250);
}

a {
	font-family:"arial";
	font-size:12px;
	color:rgb(255,255,255);
}


.navi a:link {
	text-decoration:none;
	color:RGB(12,142,151);
}

.navi a:visited {
        text-decoration:none;
        color:RGB(12,142,151);
}

.navi a:hover {
        text-decoration:none;
        color:RGB(135,132,132);
}

.navi a:active {
	text-decoration:none;
	color:rgb(12,142,151);
}


.total { 
	background-color:RGB(255,255,250);
        width:1200px;
        height:500px;
        margin-top:5em;
        margin-left:auto;
        margin-right:auto;
	porsition:relative;
	z-index:-1;
}

.wrapper {
	width:1200px;
	height:446px;
	margin-top:-1px;
        margin-left:-195px;
        margin-right:auto;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color:whitesmoke;
    font-family:"arial";
    font-size:12px;
    color:rgb(0.0.0);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    position: relative;
    z-index: 1;

   opacity:0;
   transition:opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity:1;
}

.navi {
	background-color:rgb(255,255,255);
	width:1090px;
	height:16px;
	text-align:center;
	letter-spacing:4px;
	margin-left:-26px;
	margin-right:1em;
	margin-top:0px;
	padding-top:5px;
	position:relative;
	z-index:5;
}

.navi a {
	font-size: 16px;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color: RGB(0,0,0);
}

.pages {
	background-color:RGB(119,119,119);
	width:1000px;
	height:440px;
	float:right;
	margin-top:9px;
	margin-bottom:0px;
	margin-right:-14px;
	position: relative;
	z-index:4;
}


iframe {
	background-color:rgb(119,119,119);
	width:829px;
	height:440px;
	border:0px;
	margin-top:0px;
	margin-left:115px;
	margin-right:0px;
	margin-bottom:-3px;
	float:right;
	z-index:3;	
}


img {
	padding-left:0px;
        padding-right:0px;
        margin-left:-5px;
        margin-right:-8px;
        margin-top:-13px;
        margin-bottom:-19px;
	float:right;
	height:443px;
	width:820px;
	
}

.taulu {
	background-color:rgb(119,119,119);
	height:360px;
	margin-left:-10px;
	
}

.taulu table {
	width:95%;
	height:100%;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:40px;
}

.taulu td {
	width:260px;
	font-family:"arial";
	font-size:14px;
	color:rgb(255,255,255);
	vertical-align:top;
	padding-right:10px;
}
.taulu img {
	height:150px;
	width:120px;
	margin-left:0px;
	margin-bottom:10px;
	float:left;
}

.taulu ul {
	list-style-type:circle;
	margin-top:0px;
}

.header {
	background-color:RGB(255,255,250);	
	width:1070px;
	margin-left:8px;
	margin-right:18px;
	margin-top:2px;
}

.header a {
	color:RGB(12,142,151);
	font-size:28px;
	letter-spacing:11px;
	word-spacing:22px;
	text-align:justify;
	margin-left:17px;
}

.cert img{
	height:80px;
	width:160px;
	margin-top:-150px;
	margin-right:400px;
}