/* MEDAİR */
html {
	height:100%;
	width:100%;
}

body {
	font-family:Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
 
	margin:0px;
	height:100%;
	width:100%;

	background-color:#000000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
 
}

/* LINK */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.Baslik1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.Baslik2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.Baslik3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
} 

.ButtonForm {
	background-color: #cdd4d0;
	border: 1px solid #333333;
	color: #000000;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

.ButtonFormArama {
	background-color: #cdd4d0;
	border: 1px solid #333333;
	color: #000000;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}
 
.TextBox{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height:16px;
	
	font-weight:bold;	
	border:1px solid #666666;
}

.TextBoxFocus {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	height:16px;
	font-weight:bold;
	background-color:#9f9f9f;
	border:1px solid #666666;
}