html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

	background-color:#D9D9D9;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

/* LİNK */
a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#eaa115;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

hr.YatayCizgi {
	color:#CCCCCC;
	height:1px;
}

div.KayitBulunamadi {
	padding:40px;
	border:1px solid #CCCCCC;
}