<head> <title>MEVZUAT</title> <style> <!-- #WRAPPER {position:relative;} #WRAPPER2 {position:absolute;} #COFFEEMENU03 {hide ;} #SL\0130DE {Left: 5; Top: 5; position:absolute; visibility:visible;} body {Margin-Left: 120;} #SL\0130DE {Left: 5; Top: 5; position:absolute; visibility:visible;} body {Margin-Left: 120;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; color:white;} a:link, span.MsoHyperlink {color:blue; mso-text-animation:none; text-decoration:none; text-underline:none; text-decoration:none; text-line-through:none;} a:visited, span.MsoHyperlinkFollowed {color:#8888FF; mso-text-animation:none; text-decoration:none; text-underline:none; text-decoration:none; text-line-through:none;} p {margin-right:0cm; mso-margin-top-alt:auto; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; color:white;} @page Section1 {size:595.3pt 841.9pt; margin:70.85pt 70.85pt 70.85pt 70.85pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> <meta name=Template content="C:\Program Files\Office97\Templates\Web Sayfaları\Web Sayfası Sihirbazı.wiz"> </head> <!-- Background Changer Just make sure you add your Title before this script. If you change the last line in will give you the rest of the information for your page (link color,text etc.) Play with the colors !--> <script> // Modified by CoffeeCup Software function initArray() { this.length = initArray.arguments.length for (var i = 0; i < this.length; i++) this[i+1] = initArray.arguments[i] } var hexChars = "0123456789ABCDEF"; function Dec2Hex (Dec) { var a = Dec % 16; var b = (Dec - a)/16; hex = "" + hexChars.charAt(b) + hexChars.charAt(a); return hex; } function bgChanger (begin, end, steps) { steps = steps -1 ; redA = begin.charAt(0) + begin.charAt(1); red_valA = parseInt(redA,'16'); redB = end.charAt(0) + end.charAt(1); red_valB = parseInt(redB,'16'); red_int = ((red_valB - red_valA) / steps) * -1; grnA = begin.charAt(2) + begin.charAt(3); grn_valA = parseInt(grnA,'16'); grnB = end.charAt(2) + end.charAt(3); grn_valB = parseInt(grnB,'16'); grn_int = ((grn_valB - grn_valA) / steps) * -1; bluA = begin.charAt(4) + begin.charAt(5); blu_valA = parseInt(bluA,'16'); bluB = end.charAt(4) + end.charAt(5); blu_valB = parseInt(bluB,'16'); blu_int = ((blu_valB - blu_valA) / steps) * -1; step = 2; red = red_valA; grn = grn_valA; blu = blu_valA; document.bgColor = begin; while ( steps >= step ) { red -= red_int; red_round = Math.round(red); red_hex = Dec2Hex(red); grn -= grn_int; grn_round = Math.round(grn); grn_hex = Dec2Hex(grn); blu -= blu_int; blu_round = Math.round(blu); blu_hex = Dec2Hex(blu); document.bgColor = red_hex + grn_hex + blu_hex; step++; } document.bgColor = end; } </script> </head> <body bgcolor="#969696" lang=TR link=blue vlink="#8888ff" style='tab-interval: 35.4pt' alink=FF00FF> <div class=Section1> <table border=0 cellspacing=0 cellpadding=0 align=left style='mso-cellspacing: 0cm;mso-table-anchor-vertical:paragraph;mso-table-anchor-horizontal:column; mso-table-left:left;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr> <td style='padding:0cm 0cm 0cm 0cm'> <p class=MsoNormal><script> <!-- // black to black (pause) bgChanger("000000","000000",25); // black to red bgChanger("000000","FF0000",25); // red to black bgChanger("FF0000","000000",25); // black to purple bgChanger("000000","AA00EE",25); // purple to black bgChanger("AA00EE","000000",25); // black to blue bgChanger("000000","0000FF",25); // blue to black bgChanger("0000FF","000000",25); // black to black (pause) bgChanger("000000","000000",25); // --> </script><span style='font-family:Arial'><o:p></o:p></span></p> <div class=MsoNormal align=center style='text-align:center'><span style='font-family:Arial'> <hr size=2 width="100%" noshade color=gray align=center> </span></div> <!-- START OF Drop Down DHTML --><!-- SUMMARY BRIEFS This DHTML script will create a drop down link box out of an ordinary link. VERY COOL!!!! The top portion of this script goes above the <BODY> tag. The second portion goes where you want the drop down link box to be. --> <!-- START OF Slide Menu DHTML --> <!-- SUMMARY BRIEFS Place this DHTML script after the </HEAD> tag and before the <BODY> tag. In this DHTML script, there are five links that constantly remain in the upper left hand corner. You can change these links to meet your own. The Style Sheet has been adjusted to "push" your webpage 120 pixels to the right so that the links do not touch any of your text/images. You can adjust this by changing the pixel amount in the BODY section of the below Style Sheet. --> <style TYPE="text/css"> #slide { Position: Absolute; Left: 5; Top: 5; Visibility: Visible; } A:LINK {text-decoration: none;} A:VISITED {text-decoration: none;} TD {font-family:arial;} BODY {Margin-Left: 120;} </style> <span ID="slide"> <table CELLSPACING="0" BORDER="0" CELLPADDING="0" ALIGN="LEFT" > <TR><td><HR NOSHADE></TD></tr> <tr> <td><A HREF="anasayfa">ANA SAYFA</A><BR></td> </TR> <tr> <td><A HREF="hukuk">HUKUK</A><BR></td> </tr> <TR><td><HR NOSHADE></TD></tr> </table> </span> <script LANGUAGE="JavaScript"> self.onError=null; currentX = currentY = 0; whichIt = null; lastScrollX = 0; lastScrollY = 0; NS = (document.layers) ? 1 : 0; IE = (document.all) ? 1: 0; function heartBeat() { if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } if(diffY != lastScrollY) { percent = .1 * (diffY - lastScrollY); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.slide.style.pixelTop += percent; if(NS) document.slide.top += percent; lastScrollY = lastScrollY + percent; } if(diffX != lastScrollX) { percent = .1 * (diffX - lastScrollX); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.slide.style.pixelLeft += percent; if(NS) document.slide.left += percent; lastScrollX = lastScrollX + percent; } } function checkFocus(x,y) { var totalY, totalX; floatx = document.slide.pageX; floaty = document.slide.pageY; floatwidth = document.slide.clip.width; floatheight = document.slide.clip.height; if(20 == 0) totalY = floatheight; else totalY = 20; if(0 == 0) totalX = floatwidth; else totalX = 0; if( (x > floatx && x < (floatx+totalX)) && (y > floaty && y < (floaty+totalY))) return true; else return false; } function grabIt(e) { if(IE) { whichIt = event.srcElement; while (whichIt.id.indexOf("slide") == -1) { whichIt = whichIt.parentElement; if (whichIt == null) { return true; } } whichIt.style.pixelLeft = whichIt.offsetLeft; whichIt.style.pixelTop = whichIt.offsetTop; currentX = (event.clientX + document.body.scrollLeft); currentY = (event.clientY + document.body.scrollTop); if(20 == 0) totalY = whichIt.style.pixelHeight; else totalY = 20; if(0 == 0) totalX = whichIt.style.pixelWidth; else totalX = 0; if(!(event.clientX > whichIt.offsetLeft && event.clientX < whichIt.offsetLeft + totalX) || !(currentY > whichIt.offsetTop && currentY < whichIt.offsetTop + totalY)) whichIt = null; } else { window.captureEvents(Event.MOUSEMOVE); if(checkFocus (e.pageX,e.pageY)) { whichIt = document.slide; FloatTouchedX = e.pageX-document.slide.pageX; FloatTouchedY = e.pageY-document.slide.pageY; } } return true; } function moveIt(e) { if (whichIt == null) { return false; } if(IE) { newX = (event.clientX + document.body.scrollLeft); newY = (event.clientY + document.body.scrollTop); distanceX = (newX - currentX); distanceY = (newY - currentY); currentX = newX; currentY = newY; whichIt.style.pixelLeft += distanceX; whichIt.style.pixelTop += distanceY; if(whichIt.style.pixelTop < document.body.scrollTop) whichIt.style.pixelTop = document.body.scrollTop; if(whichIt.style.pixelLeft < document.body.scrollLeft) whichIt.style.pixelLeft = document.body.scrollLeft; if(whichIt.style.pixelLeft > document.body.offsetWidth - document.body.scrollLeft - whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - whichIt.style.pixelWidth - 20; if(whichIt.style.pixelTop > document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5; event.returnValue = false; } else { whichIt.moveTo(e.pageX-FloatTouchedX,e.pageY-FloatTouchedY); if(whichIt.left < 0+self.pageXOffset) whichIt.left = 0+self.pageXOffset; if(whichIt.top < 0+self.pageYOffset) whichIt.top = 0+self.pageYOffset; if( (whichIt.left + whichIt.clip.width) >= (window.innerWidth+self.pageXOffset-17)) whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17; if( (whichIt.top + whichIt.clip.height) >= (window.innerHeight+self.pageYOffset-17)) whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17; return false; } return false; } function dropIt() { whichIt = null; if(NS) window.releaseEvents (Event.MOUSEMOVE); return true; } if(NS) { window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN); window.onmousedown = grabIt; window.onmousemove = moveIt; window.onmouseup = dropIt; } if(IE) { document.onmousedown = grabIt; document.onmousemove = moveIt; document.onmouseup = dropIt; } if(NS || IE) action = window.setInterval("heartBeat()",1); </script> <!-- End OF Slide Menu DHTML --> <style type="text/css"> <!-- a:link {text-decoration: none;} a:active {text-decoration: none;} a:visited {text-decoration: none;} A:hover { COLOR: darkred; FONT-FAMILY: Tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold; TEXT-DECORATION: none } --> </style> </head><body LINK="#FF0000" VLINK="#FF0000" bgcolor="#FFFFFF" alink="#FF0000"> <font FACE="Tahoma" SIZE="4"> <tr> <td style='padding:0cm 0cm 0cm 0cm'> <div class=MsoNormal align=center style='text-align:center'><span style='font-family:Arial;color:windowtext'> <hr size=2 width="100%" noshade color=gray align=center> </span></div> <p class=MsoNormal><span style='font-family:Arial;color:windowtext'><o:p></o:p></span></p> </td> </tr> </span> </table> <p class=MsoNormal><span style='color:windowtext'><o:p></o:p></span></p> </td> <td width="69%" colspan=7 valign=top style='width:69.0%;padding:.75pt .75pt .75pt .75pt'> <p align=center style='text-align:center'><b><span style='font-size:36.0pt; font-family:Arial'>MEVZUAT<o:p></o:p></span></b></p> <form> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </form> <p><b><span style='font-size:18.0pt;font-family:Arial'>A<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/adlisicil"target="_new"><b>Adli Sicil Kanunu</span></u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="ammealacakkanun"><b><u><span style='font-family:"Times New Roman"'>Amme Alacaklarının Tahsil Usulü Hakkında Kanun</span></u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="askericezakanunu"><b><u>Askeri Ceza Kanunu</u></b></a><o:p></o:p></span></p> </td> <tr> <td width="79%" colspan=8 valign=top style='width:79.0%;padding:.75pt .75pt .75pt .75pt'> <p><span style='font-family:Arial'><a href="askhakkan"><b><u>Askeri Hakimler Kanunu</u></b></a><o:p></o:p></span></p> <p><b><u><a href="askeriyargitay"><u>Askeri Yargıtay Kanunu</u></a><o:p></o:p></u></b></p> <p><b><u><a href="askyuksekidaremah"><u>Askeri Yüksek İdare Mahkemesi Kanunu</u></a><o:p></o:p></b></p> <p><b><u><a href="askerlikkanunu"><u>Askerlik Kanunu</u></a><o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="avukkanun"><b><u><span style='font-family:"Times New Roman"'>Avukatlık Kanunu</span></u></b></a><o:p></o:p></span></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>B<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="bankalarkanunu"><b><u>Bankalar Kanunu</u></b></a><b> </b></span><b><i><span style='color:red'>YENİ DÜZENLEMESİ<o:p></o:p></span></i></b></p> <p><spar style='font-family:Arial'><a href="basinkanunu"><b><u>Basın Kanunu</u></b></a><o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Belediye Gelirleri Kanunu<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="belediyekanunu"><b><u><span style='font-family:Arial'>Belediye Kanunu</span></u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="borclarkanunu"><b><u>Borçlar Kanunu</u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="idaremah"><b><u><span style='font-family:"Times New Roman"'>Bölge İdare Mahkemeleri,İdare Mahkemeleri ve Vergi Mahkemelerinin Kuruluş ve Görevleri Hakkında Kanun</span></u></b></a><o:p></o:p></span></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>C</span></b><b><span style='font-family:Arial'> <o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="cezamuh"><b><u><span style='font-family:"Times New Roman"'>Ceza Muhakemeleri Usulü Kanunu</span></u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="cezalarininfazi"><b><u><span style='font-family:"Times New Roman"'>Cezaların İnfazı Hakkında Kanun</span></u></b></a><o:p></o:p></span></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>Ç<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Çevre Kanunu<o:p></o:p></span></b></p> <p><b>Çocuk Mahkemelerinin Kuruluş, Görev ve Yargılama Usulleri Kanunu<o:p></o:p></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>D<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/danistaykanunu"target="_new"><b><u>Danıştay Kanunu</u></b></a><o:p></o:p></span></p> <p><b>Deniz-İş Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Dernekler Kanunu<o:p></o:p></span></b></p> <p><b>Devlet Güvenlik Mahkemelerinin Kuruluş ve Yargılama Usulü Hakkında Kanun<o:p></o:p></b></p> <p><b>Devlet İhale Kanunu<o:p></o:p></b></p> <p><b>Devlet Memurları Kanunu<o:p></o:p></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>E<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Esnaf ve Küçük Sanatkarlar Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>F<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Fikir ve Sanat Eserleri Kanunu<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/finansal"target="_new"><b>Finansal Kiralama Kanunu</u></b></a></span><o:p></o:p></span></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>G<o:p></o:p></span></b></p> <p><b>Gayrimenkul Kiraları Hakkında Kanun<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Gelir Vergisi Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Gider Vergileri Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Gümrük Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>H<o:p></o:p></span></b></p> <p><b>Hakimler ve Savcılar Kanunu<o:p></o:p></b></p> <p><b>Hakimler ve Savcılar Yüksek Kurulu Kanunu<o:p></o:p></b></p> <p><b>Harcı</b><b><span style='font-family:Arial'>rah Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Harçlar Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Hukuk Usulü Muhakemeleri Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt'>İ<o:p></o:p></span></b></p> <p><b>İcra ve İflas Kanunu<o:p></o:p></b></p> <p><b>İdari Yargılama Usulü Kanunu<o:p></o:p></b></p> <p><b>İl İdaresi Kanunu<o:p></o:p></b></p> <p><b>İl Özel İdaresi Kanunu<o:p></o:p></b></p> <p><b>İmar Kanunu<o:p></o:p></b></p> <p><b>İskan Kanunu<o:p></o:p></b></p> <p><b>İş Kanunu<o:p></o:p></b></p> <p><b>İş Mahkemeleri Kanunu<o:p></o:p></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>K<o:p></o:p></span></b></p> <p><b>Kaçakçılığın Men ve Takibine Dair Kanun<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Kadastro Kanunu<o:p></o:p></span></b></p> <p><b>Kamulaştırma Kanunu<o:p></o:p></b></p> <p><b>Karayolları Trafik Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Kat Mülkiyeti Kanunu</span></b> <p><b>Katma Değer Vergisi Kanunu</b><b><span style='font-size:10.0pt; font-family:Arial'> <o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Kefalet Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Kooperatifler Kanunu<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="koykanunu"target="_new"><b>Köy Kanunu</u></b></a></span><o:p></o:p></span></p> <p><b><span style='font-family:Arial'>Kurumlar Vergisi Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>M<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Maden Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Markalar Kanunu<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="medeni"target="_new"><b>Medeni Kanunu</u></b></a></span><o:p></o:p></span></p> <p><b>Memurin Muhakematı Hakkında Kanunu Muvakkat<o:p></o:p></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>N<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Noterlik Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Nüfus Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>O<o:p></o:p></span></b></p> <p><b>Olağanüstü Hal Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Orman Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>P<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/pasaport"target="_new"><b>Pasaport Kanunu</u></b></a></span><o:p></o:p></span></p> <p><b>Patent Haklarının Korunması Hakkında Kanun<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Polis Vazife ve Salahiyet Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>R<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/rekabet"target="_new"><b>Rekabetin korunması Hakkında Kanun</span></u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="/mt/platform/sayistay"target="_new"><b>Sayıştay Kanunu</span></u></b></a><o:p></o:p></span></p> <p><b><span style='font-family:Arial'>Sendikalar Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Serbest Bölgeler Kanunu<o:p></o:p></span></b></p> <p><b>Sermaye Piyasası Kanunu<o:p></o:p></b></p> <p><b>Sıkıyönetim Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Siyasi Partiler Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Sosyal Sigortalar Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>T<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="tapukanunu"><b><u>Tapu Kanunu</span></u></b></a><o:p></o:p></span></p> <p><b>Taşıt Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Tebligat Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Terörle Mücadele Kanunu<o:p></o:p></span></b></p> <p><b>Toplantı ve Gösteri Yürüyüşleri Kanunu<o:p></o:p></b></p> <p><b>Toplu İş Sözleşmesi, Grev ve Lokavt Kanunu<o:p></o:p></b></p> <p><b>Tüketicinin Korunması Hakkında Kanun<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Türk Ceza Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-family:Arial'>Türk Ticaret Kanunu<o:p></o:p></span></b></p> <p><span style='font-family:Arial'><a href="/mt/platform/vatandaslik"><b><u>Türk Vatandaşlığı Kanunu</u></b></a><o:p></o:p></span></p> <p><span style='font-family:Arial'><a href="/mt/platform/anayasa"><b><u>Türkiye Cumhuriyeti Anayasası</u></b></a><o:p></o:p></span></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>V<o:p></o:p></span></b></p> <p><b>Vakıflar Kanunu<o:p></o:p></b></p> <p><b>Veraset ve İntikal Vergisi Kanunu<o:p></o:p></b></p> <p><b><span style='font-family:Arial'>Vergi Usul Kanunu<o:p></o:p></span></b></p> <p><b><span style='font-size:18.0pt;font-family:Arial'>Y<o:p></o:p></span></b></p> <p><b>Yabancıların Türkiye'de İkamet ve Seyahatleri Hakkında Kanun <o:p></o:p></b></p> <p><b>Yargıtay Kanunu<o:p></o:p></b></p> <p><span style='font-family:Arial'><a href="yuksekogretim"target="_new"><b>Yüksek Öğretim Kanunu Kanunu</span></u></b></a><o:p></o:p></span></p> </td> <td width="11%" valign=top style='width:11.0%;padding:.75pt .75pt .75pt .75pt; height:318.75pt'> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </td> <td width="11%" valign=top style='width:11.0%;padding:.75pt .75pt .75pt .75pt; height:318.75pt'> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </td> <td width="39%" colspan=4 valign=top style='width:39.0%;padding:.75pt .75pt .75pt .75pt; height:318.75pt'> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </td> <td style='padding:0cm 0cm 0cm 0cm;height:318.75pt'> <p class=MsoNormal><![if !supportEmptyParas]> <![endif]><span style='font-size:10.0pt;color:windowtext'><o:p></o:p></span></p> </td> </tr> <tr> <td width="69%" colspan=7 valign=top style='width:69.0%;padding:0cm 0cm 0cm 0cm'> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </td> <td style='padding:0cm 0cm 0cm 0cm'> <p class=MsoNormal><![if !supportEmptyParas]> <![endif]><span style='font-size:10.0pt;color:windowtext'><o:p></o:p></span></p> </td> </tr> <tr> <span style='font-family:Arial'><img border=0 width=278 height=1 id="_x0000_i1029" src=Image17.gif><o:p></o:p></span></p> </td> <td width="61%" colspan=6 valign=top style='width:61.0%;padding:.75pt .75pt .75pt .75pt'> <p><span style='font-family:Arial'> <o:p></o:p></span></p> </td> </tr> <tr> </tr> </table> <p> </p> <p> </p> </div> </body> </html>