a:LINK {
	color : #669900;
	text-decoration : none;
}
a:ACTIVE {
	color : #CC0000;
	text-decoration : none
}
a:VISITED {
	color : #669900;
	text-decoration : none;
}
a:HOVER {
	color : #003399;
	text-decoration : none;
}

.mavi:LINK {
	color : #0066CC;
	text-decoration : underline;
}
.mavi:ACTIVE {
	color : Red;
	text-decoration : none
}
.mavi:VISITED {
	color : #0066CC;
	text-decoration : underline;
}
.mavi:HOVER {
	color : #FF6600;
	text-decoration : none;
}

.ust:LINK {
	color : #FFFFCC;
	text-decoration : none;
}
.ust:ACTIVE {
	color : orange;
	text-decoration : none
}
.ust:VISITED {
	color : #FFFFCC;
	text-decoration : none;
}
.ust:HOVER {
	color : White;
	text-decoration : none;
}

body {
	font-family: tahoma, verdana, arial;
	background-color : White;
	color : Black;
}

td,input,select { font-size: 11px }

input, select, textarea {
	font-size: 11px;
	font-family: verdana, tahoma;
}

.golge {
	FILTER: DropShadow(OffX=1, OffY=1, color="#333333");
}
.baslik {
	font-weight: bold;
	color: #003399;
	font-family:Trebuchet ms, Arial, Helvetica;
	font-size:14px
}