body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left : -1px; 
	font-size: 70%;
	background: #f0f0f0;
	
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	font-family: Verdana;

}

/* TABLOLAR */

/* arabaslik tablosu */

table.arabaslik
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-top: 0.6em;
	font-size: 100%;
	margin-bottom: 0.3em;
	margin-left: 25px;
	border-left: black 1px solid;
	width: 90%;
	border-bottom: black 1px solid;
	height: 15px;
	background-color: gainsboro;
}

td.abaslik
	{
	font-size: 110%;
	font-weight: bold;    COLOR: black;    Font-Family: Verdana;

	}

/* Kod syntax tablosu */
table.syntax 
	{
	width: 85%; /* Forces tables to have correct right margin */
	margin-left : 25px; 
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999999;
	background: #cccccc; /* Creates the shaded table header row */
	}

table.syntax td
	{
	letter-spacing: .1em;
	padding: 10px 8px 8px 18px;
	font-family: Courier New; 
	font-weight: bold;
	font-size: 75%;
	line-height: .1em;
	}

.syntax a
	{
	margin: 0;
	font-weight:100;
	letter-spacing: 0em;
	font-size: 90%;
	}


/* Baslik tablosu */

table.baslik
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-size: 100%;
	margin-bottom: 0.3em;
	margin-left: 0px;
	border-left: #999999 1px solid;
	width: 100.4%;
	border-bottom: black 1px solid;
	height: 15px;
	background-color: silver;
}

td.tbaslik
	{
	font-size: 140%;
	font-weight: bold;    COLOR: black;    Font-Family: Verdana;

	}
table.baslik td
	{
		padding: 2px 0px 0px 4px;
	}	
	

/* veri tablosu */
table.veri
	{
	width: 85%; /* Forces tables to have correct right margin */
	margin-left : 25px; 
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999; 
	font-size: 100%; /* Text in Table is same size as text outside table */
	}


table.veri th, table.veri td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: left;
	}
table.veri th	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	vertical-align: bottom;
	}
table.veri td	
	{
	background: #ffffff;
	vertical-align: top;
	}

h1
{
	font-size : 140%;
	
}

h2
{
	font-size : 130%;
	
}
h3
{
	font-size : 120%;
	
}

div#nsbanner /* Creates Nonscrolling banner region */
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	}

div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
	{
	padding: 20px 0px 10px 30px; /* ust, sag, alt, en sagdaki sol bant */
	margin-left: 0px;
	}

