/* CSS Document */

body,html {
	background:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:"Trebuchet MS","Tahoma";
	font-size:12px;
/*	list-style-image:url('../images/list.jpg'); */
}

table {
	border-collapse:collapse;
	padding:0px;
	font-size:12px;
	color:#495256;
	line-height:160%;
	font-family:"Trebuchet MS","Tahoma";


}


.sep{
	background:url("../images/sepSpice.jpg");
	background-repeat:repeat-x;
	height:2px;
}

.gundemBaslik{
	font-size:11px;
	color:#982046;
	font-family:"Arial";
}

.gundemTxt{
	font-size:10px;
	color:#495256;
	font-family:"Arial";
}

.baslik{
	color:#982046;
	font-size:16px;
}

.duyuru_baslik, .duyuru_baslik A {
	color:#982046;
	font-size:16px;
}

.solmenu, .solmenu A {
	color:#982046;
	text-decoration: none;
}

.enUstMenu {
	height: 38px;
	text-align: right;
	color: white;
}

.enUstMenu A {
	color: white;
	text-decoration: none;
}
.enUstMenu A:hover {
	color: white;
	text-decoration: underline;
}

.footer {
	color: #999;
	font-family: "Trebuchet MS","Tahoma";
	font-size: 11px;
	padding-top: 10;
	padding-bottom: 20;
}

.footer A {
	color: #999;
	text-decoration: none;
}

.footer A:hover {
	color: #999;
	text-decoration: underline;
}

