/* genel html ayarlari####################################################################################### */
* {
	margin: 0;
	padding: 0;
}

/* html yuksekligi  */
html {
	
	height: 100%;
	margin-bottom: 1px;
}
html,body {
  height:100%;
}

/* Title text */



/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	color:#2B87D7;
}

h3 {
	font-size: 120%;
	color:#FF0000;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}
ul li {
	background: transparent url(../images/arrow.gif) no-repeat 0 5px;
	padding-left: 12px;
	line-height: 160%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


#body.f-small {font-size: 11px;}
#body.f-default {font-size: 12px;}
 #body.f-large{font-size: 13px;}

body {
background: #000;
font-family:Arial, Helvetica, sans-serif; /* tekst ailesi arial,helvetica */
color:#000000;/* yazi rengimiz siyah */
line-height:160%;
height: 100%;
	margin: 0;
	padding: 0;
}
/* Normal link */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #3c6f9e;
}
a:hover {
	text-decoration: underline;
}








































 
	



























