/* main body style */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #595959;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a {
	color: #36416C;
	font-size: 12px;
	text-decoration: underline;
	background: none;
}

h1 {
	font-family: "Lucida Sans Unicode",Arial,sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #116193;
}

h2 {
	font-family: "Lucida Sans Unicode",Arial,sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
}

h3 {
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}


/* žablon ile gelenler... */
.slogan {
	font-family: "Lucida Sans Unicode",Tahoma,sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.txt1 {
	font-family: "Lucida Sans Unicode",Tahoma,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
.txt2 {
	font-family: "Lucida Sans Unicode",Tahoma,sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.txt3 {
	font-family: "Lucida Sans Unicode",Tahoma,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #02558A;
	font-weight: bold;
	text-align: center;
}
.txt4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #222222;
}
.txt4b {
	font-family: Verdana;
	font-size: 13px;
	color: #444444;
}
a.txt4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.txt5 {
	font-family: Tahoma;
	font-size: 10px;
	color: #767575;
	text-decoration: none;
}

.adres1 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.adres1-baslik {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.adres2 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 9px;
	color: #EEEEEE;
	text-decoration: none;
}

.gozalici {
	color: #FA7115;
}
