@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

.fl_sutunbaslik {
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}
.fl_satirbaslik {
	border-left: none;
	border-right: 1px dotted #000000;
	border-top: none;
	border-bottom: 1px solid #000000;
}
.fl_listesutunbaslik {
	border-left: none;
	border-right: 1px dotted #000000;
	border-top: none;
	border-bottom: 1px solid #000000;
	text-align: center;
	background-color: #808080;
}
.fl_listehucre {
	border-left: none;
	border-right: 1px dotted #000000;
	border-top: none;
	border-bottom: 1px solid #000000;
	text-align: right;
	background-color: #CCCCCC;
}
.fl_indirimbaslik {
	border-left: none;
	border-right: 1px dotted #000000;
	border-top: none;
	border-bottom: 1px solid #000000;
	text-align: center;
	background-color: #9FBEFF;
}
.fl_indirimhucre {
	border-left: none;
	border-right: 1px dotted #000000;
	border-top: none;
	border-bottom: 1px solid #000000;
	text-align: right;
	background-color: #D2E1FF;
}

