BODY,TD {
	font-family: Tahoma;
	font-size: 8pt;
	color: #888888
}

A {
	font-family: Tahoma;
	font-size: 10px;
	color: #2C3F67;
	text-decoration : underline
}

A:HOVER {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	text-decoration : underline
}

.islev{
	display:none;
}

.sayfa_sec {
	font-family: Tahoma;
	font-size: 11px;
	color: #f40000;
	font-weight:bold;
	text-decoration : underline
}

.sayfa_sec:HOVER {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration : underline
}

.nav {
	font-family: Tahoma;
	font-size: 12px;
	color: #0057ae;
	text-decoration : none;
	background-image: url(images/nav.gif);
	padding-top:4px;
	padding-right:10px;
	height: 21px;
	width: 141px;
	display:block
}

.nav:HOVER {
	font-family: Tahoma;
	font-size: 12px;
	color: gray;
	text-decoration : none;
	background-image: url(images/nav_on.gif);
}