@charset "utf-8";
/* CSS Document */


body {
	background			:url(../images/bg.gif);
	background-repeat	:no-repeat;
	background-color	:#D8DBDD;
	margin      		: 0px;
}

body, tr, td, div, p
{
	font-family			: Verdana;
	font-size			: 11px;
	color				: #231f20;
	line-height			: 16px;
}

img { border:none; }

.sol_basliklar {
	font-family			: Segoe UI;
	color				: #ffffff;
	font-size			: 12px;
}

.yazi_baslik {
	font-family			: Segoe UI;
	color				: #ba4c27;
	font-size			: 14px;
}

.input 
{
	width				: 102px;
	font-family			: Segoe UI;
	color				: #646464;
	text-align			: left;
	font-size			: 11px;
}

.input1 
{
	width				: 102px;
	height				: 66px;
	font-family			: Segoe UI;
	color				: #646464;
	text-align			: left;
	font-size			: 11px;
}
.input_button 
{
	background			: url(../images/gonder_button.gif);
	background-repeat	: no-repeat;
	font-family			: Segoe UI;
	color				: #ffffff;
	text-align			: left;
	font-size			: 11px;
	width				: 62px;
	height				: 22px;
	border				: none;
}

/*Menu*/

a{
	
	color				: #026569;
	font-family			: Segoe UI;
	font-size			: 13px;
	text-decoration		: none;
	font-weight			: normal;
}
a:visited  {
	
	color				: #026569;
	font-family			: Segoe UI;
	font-size			: 13px;
	text-decoration		: none;
	font-weight			: normal;
}
a:active {
	color				: #026569;
	font-family			: Segoe UI;
	font-size			: 13px;
	text-decoration		: none;
	font-weight			: normal;
}
a:hover{
	
	color				: #ff7e00;
	font-family			: Segoe UI;
	font-size			: 13px;
	text-decoration		: none;
	font-weight			: normal;
}

a.verus{
	
	color				: #9f9f9f;
	font-family			: Segoe UI;
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:visited  {
	
	color				: #9f9f9f;
	font-family			: Segoe UI;
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:active {
	color				: #9f9f9f;
	font-family			: Segoe UI;
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:hover{
	
	color				: #bd0925;
	font-family			: Segoe UI;
	font-size			: 9px;
	text-decoration		: none;
}

h1
{
	font-family			: Verdana;
	font-size			: 18px;
	color				: #fd9631;
	line-height			: 16px;
	padding-top: 20px;
}