﻿    <style>
    .DivMain{
	    min-width:980px;
	    min-height:400px;
	    overflow:auto;
    }
    .Clear{
		clear: both;
	}
    .DivHeader{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 50px;
	overflow: hidden;
	z-index: 3;
	background-image: url('images/cell-bg.png');
	}
	.DivContent{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 60px;
	z-index: 1;
	}
	.DivBottom{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	overflow: hidden;
	z-index: 2;
	background-image: url('images/cell-bg.png');
	}
	.DivHeaderL{
	float: left;
	padding: 20px;
	text-align: left;
	font-family: "American Typewriter", Times New Roman, Arial;
	font-size: 10pt;
	color: #F0E1D2;
	font-style: normal;
	text-decoration: none;
	}
    .DivHeaderL h1{
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: "American Typewriter", "Times New Roman", Arial;
	color: #F0E1D2;
	text-decoration: none;
	}
	.DivHeaderR{
	float: right;
	padding: 20px;
	text-align: left;
	font-family: "American Typewriter", "Times New Roman", Arial;
	font-size: 10pt;
	color: #F0E1D2;
	font-style: normal;
	text-decoration: none;
}
	.DivContent table{
    height:100%;
    background-color:#333333;
    width:100%;
    text-align:center;
    } 
	.MenuBottom{
	padding: 0;
	margin: 0;
	float: left;
	font-family: "American Typewriter", Times New Roman, Arial;
	font-size: 12pt;
	color: #F0E1D2;
	font-style: normal;
	}
	.MenuBottom li{
    float:left;
    list-style-type:none;
    list-style-position:outside;
    }
	.MenuBottom li a{
    display:block;
    font-size:12pt;
    padding:22px 10px;
    min-width:150px;
    text-align:center;
    display:block;
   	text-decoration: none;
	color: #F0E1D2;
    }
	.MenuBottom li a:hover{
	    color:#968476;
    }
	a:hover{
		color:#968476;
	}
    .DivDesc{
	float: right;
	padding: 25px;
	font-family: "American Typewriter", Times New Roman, Arial;
	font-size: 9pt;
	color: #F0E1D2;
	font-style: normal;
	text-decoration: none;
	}
    .DivDescCenter{
	    position:fixed;
		padding: 25px;
		text-align: center;
		font-family: "American Typewriter", Times New Roman, Arial;
		font-size: 9pt;
		color: #F0E1D2;
		left:43%;
	}
	.links_list { margin:0px; padding:0px; width:300px;} 
	.links_head {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		cursor: pointer;
		position: relative;
		margin: 0px;
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 10pt;
		text-decoration: none;
		font-style: normal;
		color: #F0E1D2;
	}
	.links_body { text-align:center; color: #fff; display:none;} 
	.tuncaksoy {
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 8pt;
		color: #F0E1D2;
		font-style: normal;
		text-align: left;
		text-decoration: none;
	}
	.english {
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 10pt;
		color: #F0E1D2;
		font-style: normal;
		text-align: justify;
		text-decoration: none;
	}
	.TEXT-J-12 {
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 12pt;
		color: #F0E1D2;
		font-style: normal;
		text-align: justify;
		text-decoration: none;
	}
	.TEXT-J-10 {
	font-family: "American Typewriter", "Times New Roman", Arial;
	font-size: 10pt;
	color: #F0E1D2;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
}
	.TEXT-12-center {
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 12pt;
		color: #F0E1D2;
		font-style: normal;
		text-align: center;
		text-decoration: none;
	}
	.TEXT-10-center {
		font-family: "American Typewriter", "Times New Roman", Arial;
		font-size: 10pt;
		color: #F0E1D2;
		font-style: normal;
		text-align: center;
		text-decoration: none;
	}
	.cell1 {
	background-image: url('images/cell-bg.png');
	margin: 5px;
	border-width: 0;
	vertical-align: middle;
	text-align: center;
	}
	.image1 {
		border-width: 0;
		vertical-align: middle;
	}
	.table1 {
		background-image: url('images/cell-bg.png');
	}
	</style>