@charset "utf-8";
/* CSS Document */

.siyah {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}
.siyah:link {
color: #000000;
text-decoration: none;
}
.siyah:visited {
text-decoration: none;
}
.siyah:hover {
text-decoration: underline;
color: #FF0000;
}
.siyah:active {
text-decoration: none;
}
.siyah {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}
.BEYAZ:link {
	color: #333;
	text-decoration: underline;
	height: 20px;
	width: auto;
	font-weight: bold;
}
.BEYAZ:visited {
	text-decoration: none;
	color: #FFF;
}
.BEYAZ:hover {
	text-decoration: underline;
	color: #F00;
}
.BEYAZ:active {
	text-decoration: none;
	color: #FFF;
}
.BEYAZ-1:link {
	color: #09F;
	text-decoration: underline;
}
.BEYAZ-1:visited {
text-decoration: none;
}
.BEYAZ-1:hover {
	text-decoration: underline;
	color: #333;
}
.BEYAZ-1:active {
	text-decoration: none;
	color: #033;
}

.mavi {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000066;
}
.mavi:link {
color: #000066;
text-decoration: none;
}
.mavi:visited {
text-decoration: none;
}
.mavi:hover {
text-decoration: underline;
color: #4AAAE6;
}
.mavi:active {
text-decoration: none;
}
