/* main body style */
body {
	background:#3D81B0;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}


p {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

/* 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: 11px;
	text-decoration: underline;
	background: none;
}
h1  {
	color: #595959;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
h2  {
	color: #595959;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}


/* benim eklediklerim */


.ustmenu {
	font-family: Tahoma,"Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #615D5A;
	text-decoration: none;
}

a.ustmenu:link {
	font-family: Tahoma,"Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #615D5A;
	text-decoration: none;
}

a.ustmenu:active {
	font-family: Tahoma,"Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #615D5A;
	text-decoration: none;
}
a.ustmenu:visited {
	font-family: Tahoma,"Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #615D5A;
	text-decoration: none;
}
a.ustmenu:hover {
	font-family: Tahoma,"Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #615D5A;
	text-decoration: none;
}

h3 {
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C02506;
	text-decoration: none;
}

.diverso {
	background: #C7C2AA url(/resim/diverso.png) no-repeat top center;
}

.diverso2 {
	background: #C7C2AA url(/resim/diverso2.png) no-repeat top center;
}


.ufak {
	color: #363764;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.ufak:link {
	color: #363764;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
a.ufak:active {
	color: #363764;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
a.ufak:visited {
	color: #363764;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
a.ufak:hover {
	color: #363764;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

