/* HEADER */

.Standart {
	font-family: Arial;
	font-size: 12px;
	color: #111111;
	font-weight: none;
}

.Bey {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
}

body {
	scrollbar-arrow-color:#555555;
	scrollbar-face-color:#DFDFDF;
	scrollbar-base-color:#DFDFDF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#555555;
}


/* INPUTS */
.GenelButton
{
	font-family: verdana;
	color: #6B5446;
	font-size: 10px;
	font-weight: bold;
	border-style: outset;
	border-width: 1;
	background-color: #CBB69E;
	width: 100px;
	height: 22px;
	cursor: hand;
}

.GenelInput
{
	border-style: inset;
	width:110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1;
}





/* LINKS */
a:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a:hover {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#9200D0;
}

.Beyaz:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.Beyaz:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.Beyaz:hover {
	font-weight: none;
	font-family: Arial;
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;
}


.Mavi:Link {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#9200D0;
}
.Mavi:Visited {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#9200D0;
}
.Mavi:hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#D87DFF;
}

/* GENERAL */
.DropDownMenu {
	font-size: 11px;
	font-family: Arial;
	color: #555555;
	font-weight: none;
	text-decoration:none;
}

.MenuYazi {
	font-size: 11px;
	font-family: Arial;
	color: #555555;
	font-weight: bold;
	text-decoration:none;
	cursor:hand;
}

.MaviYazi {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#9200D0;
}